共用方式為


BRItem.PostfixArguments 屬性

Gets or sets the collection of postfix (right-hand-side) arguments.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PostfixArguments As Collection(Of IBRArgument)
    Get 
    Friend Set
'用途
Dim instance As BRItem 
Dim value As Collection(Of IBRArgument)

value = instance.PostfixArguments
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<IBRArgument> PostfixArguments { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<IBRArgument^>^ PostfixArguments {
    Collection<IBRArgument^>^ get ();
    internal: void set (Collection<IBRArgument^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member PostfixArguments : Collection<IBRArgument> with get, internal set
function get PostfixArguments () : Collection<IBRArgument>
internal function set PostfixArguments (value : Collection<IBRArgument>)

屬性值

型別:System.Collections.ObjectModel.Collection<IBRArgument>
The collection of postfix (right-hand-side) arguments.

請參閱

參考

BRItem 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間