BRItem.PostfixArguments Property

Definition

Specifies the collection of postfix (right-hand-side) arguments.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::IBRArgument ^> ^ PostfixArguments { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::IBRArgument ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::IBRArgument ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.IBRArgument> PostfixArguments { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.PostfixArguments : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.IBRArgument> with get, set
Public Property PostfixArguments As Collection(Of IBRArgument)

Property Value

The collection of postfix (right-hand-side) arguments.

Attributes

Applies to