Share via


BRItem.PostfixArguments Property

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Property Value

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

See Also

Reference

BRItem Class

Microsoft.MasterDataServices.Services.DataContracts Namespace