다음을 통해 공유


Transactions 속성

Gets or sets an array of transactions.

네임스페이스:  Microsoft.MasterDataServices.Services.MessageContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<MessageBodyMemberAttribute> _
Public Property Transactions As Collection(Of Integer)
    Get
    Set
‘사용 방법
Dim instance As TransactionsReverseRequest
Dim value As Collection(Of Integer)

value = instance.Transactions

instance.Transactions = value
[MessageBodyMemberAttribute]
public Collection<int> Transactions { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<int>^ Transactions {
    Collection<int>^ get ();
    void set (Collection<int>^ value);
}
[<MessageBodyMemberAttribute>]
member Transactions : Collection<int> with get, set
function get Transactions () : Collection<int>
function set Transactions (value : Collection<int>)

속성 값

유형: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Int32> ) > ) >
Collection of integers.