다음을 통해 공유


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 네임스페이스