ServiceClient.EntityMemberAttributesGet(International, EntityMembers) Method

Definition

Retrieves a single attribute value for a member in an entity.

public:
 Microsoft::MasterDataServices::OperationResult ^ EntityMemberAttributesGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::EntityMembers ^ % EntityMembers);
public Microsoft.MasterDataServices.OperationResult EntityMemberAttributesGet (Microsoft.MasterDataServices.International International, ref Microsoft.MasterDataServices.EntityMembers EntityMembers);
member this.EntityMemberAttributesGet : Microsoft.MasterDataServices.International * EntityMembers -> Microsoft.MasterDataServices.OperationResult
Public Function EntityMemberAttributesGet (International As International, ByRef EntityMembers As EntityMembers) As OperationResult

Parameters

International
International

The cultural settings.

EntityMembers
EntityMembers

The collection of members in the entity, passed by reference.

Returns

An OperationResult object that represents the result of the operation.

Applies to