TransactionsGetResponse.TransactionList Property
Gets or sets the list of transactions that will be returned.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property TransactionList As Collection(Of Transaction)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<Transaction>
The list of transactions that will be returned.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace