Compartir a través de


BRItem.PostfixArguments Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PostfixArguments As Collection(Of IBRArgument)
    Get 
    Friend Set
'Uso
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>)

Valor de la propiedad

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

Vea también

Referencia

BRItem Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts