Service.EntityMemberAttributesGet(EntityMemberAttributesGetRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a single attribute value for a member in an entity. Designed to be able to get binary files, but you can get any attribute value you request.
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberAttributesGetResponse ^ EntityMemberAttributesGet(Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberAttributesGetRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetResponse EntityMemberAttributesGet (Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetRequest request);
abstract member EntityMemberAttributesGet : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetResponse
override this.EntityMemberAttributesGet : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetResponse
Public Function EntityMemberAttributesGet (request As EntityMemberAttributesGetRequest) As EntityMemberAttributesGetResponse
Parameters
- request
- EntityMemberAttributesGetRequest