BRItem.PostfixArguments 属性

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

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PostfixArguments As Collection(Of IBRArgument)
    Get 
    Friend Set
用法
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>)

属性值

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

请参阅

参考

BRItem 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间