Share via


IService.EntityMemberAnnotationsGet Method

Retrieves annotations attached to a member.

Namespace:  Microsoft.MasterDataServices.Services.ServiceContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Function EntityMemberAnnotationsGet ( _
    request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse
'Usage
Dim instance As IService
Dim request As EntityMemberAnnotationsGetRequest
Dim returnValue As EntityMemberAnnotationsGetResponse

returnValue = instance.EntityMemberAnnotationsGet(request)
[OperationContractAttribute]
EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest request
)
[OperationContractAttribute]
EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest^ request
)
[<OperationContractAttribute>]
abstract EntityMemberAnnotationsGet : 
        request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse 
function EntityMemberAnnotationsGet(
    request : EntityMemberAnnotationsGetRequest
) : EntityMemberAnnotationsGetResponse