ServiceClient.IService.EntityMemberAttributesGet Method

Definition

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

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

Parameters

request
EntityMemberAttributesGetRequest

The get request.

Returns

The EntityMemberAttributesGetResponse for the operation.

Implements

Attributes

Applies to