ServiceClient.TransactionAnnotationsGet Method
Retrieves a filtered list of transactions from a model.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function TransactionAnnotationsGet ( _
request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse
'Usage
Dim instance As ServiceClient
Dim request As TransactionAnnotationsGetRequest
Dim returnValue As TransactionAnnotationsGetResponse
returnValue = instance.TransactionAnnotationsGet(request)
public TransactionAnnotationsGetResponse TransactionAnnotationsGet(
TransactionAnnotationsGetRequest request
)
public:
virtual TransactionAnnotationsGetResponse^ TransactionAnnotationsGet(
TransactionAnnotationsGetRequest^ request
) sealed
abstract TransactionAnnotationsGet :
request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
override TransactionAnnotationsGet :
request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
public final function TransactionAnnotationsGet(
request : TransactionAnnotationsGetRequest
) : TransactionAnnotationsGetResponse
Parameters
- request
Type: Microsoft.MasterDataServices.TransactionAnnotationsGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.TransactionAnnotationsGetResponse
A TransactionAnnotationsGetResponse.
Implements
IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest)