PostfixArguments 属性

ArrayOfanyType.

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

语法

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

属性值

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