TransactionsGetResponse.TransactionList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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