ServiceClient.IService.EntityMemberAnnotationsGet Method

Definition

Retrieves the annotations attached to a member.

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

Parameters

request
EntityMemberAnnotationsGetRequest

The get request.

Returns

The EntityMemberAnnotationsGetResponse for the operation.

Implements

Attributes

Applies to