Partager via


Propriété PostfixArguments

ArrayOfanyType.

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

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PostfixArguments As Collection(Of IBRArgument)
    Get
    Set
'Utilisation
Dim instance As BRItem
Dim value As Collection(Of IBRArgument)

value = instance.PostfixArguments

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

Valeur de propriété

Type : System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'IBRArgument> ) > ) >
ArrayOfanyType.