ServiceClient.IService.TransactionAnnotationsGet Method

Definition

Retrieves the filtered list of transaction annotations from a model.

 virtual Microsoft::MasterDataServices::TransactionAnnotationsGetResponse ^ Microsoft.MasterDataServices.IService.TransactionAnnotationsGet(Microsoft::MasterDataServices::TransactionAnnotationsGetRequest ^ request) = Microsoft::MasterDataServices::IService::TransactionAnnotationsGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.TransactionAnnotationsGetResponse IService.TransactionAnnotationsGet (Microsoft.MasterDataServices.TransactionAnnotationsGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.TransactionAnnotationsGet : Microsoft.MasterDataServices.TransactionAnnotationsGetRequest -> Microsoft.MasterDataServices.TransactionAnnotationsGetResponse
override this.Microsoft.MasterDataServices.IService.TransactionAnnotationsGet : Microsoft.MasterDataServices.TransactionAnnotationsGetRequest -> Microsoft.MasterDataServices.TransactionAnnotationsGetResponse
Function TransactionAnnotationsGet (request As TransactionAnnotationsGetRequest) As TransactionAnnotationsGetResponse Implements IService.TransactionAnnotationsGet

Parameters

request
TransactionAnnotationsGetRequest

The get request.

Returns

The TransactionAnnotationsGetResponse for the operation.

Implements

Attributes

Applies to