ServiceClient.IService.EntityMemberAttributesGet Method

Retrieves the specified set of attribute values from a specified list of members.

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

Syntax

'Declaration
Private Function EntityMemberAttributesGet ( _
    request As EntityMemberAttributesGetRequest _
) As EntityMemberAttributesGetResponse Implements IService.EntityMemberAttributesGet
'Usage
Dim instance As ServiceClient
Dim request As EntityMemberAttributesGetRequest
Dim returnValue As EntityMemberAttributesGetResponse

returnValue = CType(instance, IService).EntityMemberAttributesGet(request)
EntityMemberAttributesGetResponseIService.EntityMemberAttributesGet(
    EntityMemberAttributesGetRequest request
)
private:
virtual EntityMemberAttributesGetResponse^ EntityMemberAttributesGet(
    EntityMemberAttributesGetRequest^ request
) sealed = IService::EntityMemberAttributesGet
private abstract EntityMemberAttributesGet : 
        request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse 
private override EntityMemberAttributesGet : 
        request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: Microsoft.MasterDataServices.EntityMemberAttributesGetResponse
The EntityMemberAttributesGetResponse for the operation.

Implements

IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest)

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace