Proprietà TransactionList
Gets or sets an array of transactions.
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property TransactionList As Collection(Of Transaction)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Transaction> ) > ) >
Collection of type Transaction.
Vedere anche