Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<Transaction>
The list of transactions that will be returned.
Siehe auch
Verweis
TransactionsGetResponse Klasse
Microsoft.MasterDataServices.Services.MessageContracts-Namespace