다음을 통해 공유


TransactionsGetResponse.TransactionList 속성

Gets or sets the list of transactions that will be returned.

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

구문

‘선언
<MessageBodyMemberAttribute> _
Public Property TransactionList As Collection(Of Transaction)
    Get 
    Set
‘사용 방법
Dim instance As TransactionsGetResponse 
Dim value As Collection(Of Transaction)

value = instance.TransactionList

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

속성 값

유형: System.Collections.ObjectModel.Collection<Transaction>
The list of transactions that will be returned.

참고 항목

참조

TransactionsGetResponse 클래스

Microsoft.MasterDataServices.Services.MessageContracts 네임스페이스