Partager via


Propriété TransactionsGetResponse.TransactionList

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

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property TransactionList As Collection(Of Transaction)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

TransactionsGetResponse Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts