ServiceClient.EntityMemberAttributesGet Method
Retrieves a specified set of attribute values from a specified list of members.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function EntityMemberAttributesGet ( _
request As EntityMemberAttributesGetRequest _
) As EntityMemberAttributesGetResponse
'Usage
Dim instance As ServiceClient
Dim request As EntityMemberAttributesGetRequest
Dim returnValue As EntityMemberAttributesGetResponse
returnValue = instance.EntityMemberAttributesGet(request)
public EntityMemberAttributesGetResponse EntityMemberAttributesGet(
EntityMemberAttributesGetRequest request
)
public:
virtual EntityMemberAttributesGetResponse^ EntityMemberAttributesGet(
EntityMemberAttributesGetRequest^ request
) sealed
abstract EntityMemberAttributesGet :
request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse
override EntityMemberAttributesGet :
request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse
public final function EntityMemberAttributesGet(
request : EntityMemberAttributesGetRequest
) : EntityMemberAttributesGetResponse
Parameters
- request
Type: Microsoft.MasterDataServices.EntityMemberAttributesGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.EntityMemberAttributesGetResponse
An EntityMemberAttributesGetResponse.
Implements
IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest)