Свойство 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.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts