ServiceClient.EntityMemberAttributesGet(International, EntityMembers) 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.
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.