TransactionsGetResponse.TransactionList Field

Definition

The list of transactions.

public: System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Transaction ^> ^ TransactionList;
[System.ServiceModel.MessageBodyMember(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", Order=2)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Transaction> TransactionList;
[<System.ServiceModel.MessageBodyMember(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", Order=2)>]
val mutable TransactionList : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Transaction>
Public TransactionList As Collection(Of Transaction) 

Field Value

Attributes

Applies to