共用方式為


BRItem.PostfixArguments 屬性

Gets or sets an array of postfix (right-hand-side) arguments.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PostfixArguments As Collection(Of Object)
    Get
    Set
'用途
Dim instance As BRItem
Dim value As Collection(Of Object)

value = instance.PostfixArguments

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

屬性值

型別:System.Collections.ObjectModel.Collection<Object>
A collection of objects representing the arguments.

請參閱

參考

BRItem 類別

Microsoft.MasterDataServices 命名空間