PostfixArguments-Eigenschaft
ArrayOfanyType.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PostfixArguments As Collection(Of IBRArgument)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'IBRArgument> ) > ) >
ArrayOfanyType.