TransactionsGetResponse.TransactionList Property

Definition

List of transactions that will be returned that meet the criteria.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Transaction ^> ^ TransactionList { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Transaction ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Transaction ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Transaction> TransactionList { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.TransactionList : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Transaction> with get, set
Public Property TransactionList As Collection(Of Transaction)

Property Value

The list of transactions that will be returned that meet the criteria.

Attributes

Applies to