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 命名空间