TransactionsGetResponse Class
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.
The TransactionsGetResponse element returns an operation result, the total number of transaction records returned, and an ArrayOfTransaction instance that contains the returned transactions.
public ref class TransactionsGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class TransactionsGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type TransactionsGetResponse = class
inherit MessageResponse
Public Class TransactionsGetResponse
Inherits MessageResponse
- Inheritance
- Attributes
Constructors
TransactionsGetResponse() |
Default constructor |
Properties
OperationResult |
Specifies the operation result. (Inherited from MessageResponse) |
TotalRecordCount |
Total amount of records that meet the criteria. |
TransactionList |
List of transactions that will be returned that meet the criteria. |