Compartir a través de


BRItem.PostfixArguments Propiedad

Definición

Especifica la colección de argumentos postfix (del lado derecho).

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)

Valor de propiedad

La colección de argumentos postfijos (derecha).

Atributos

Se aplica a