Partager via


Propriété BRItem.PostfixArguments

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PostfixArguments As Collection(Of IBRArgument)
    Get 
    Friend Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

BRItem Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts