ServiceClient.EntityMemberAttributesGet Method
Retrieves a single attribute value for a member in an entity.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function EntityMemberAttributesGet ( _
International As International, _
ByRef EntityMembers As EntityMembers _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim EntityMembers As EntityMembers
Dim returnValue As OperationResult
returnValue = instance.EntityMemberAttributesGet(International, _
EntityMembers)
public OperationResult EntityMemberAttributesGet(
International International,
ref EntityMembers EntityMembers
)
public:
OperationResult^ EntityMemberAttributesGet(
International^ International,
EntityMembers^% EntityMembers
)
member EntityMemberAttributesGet :
International:International *
EntityMembers:EntityMembers byref -> OperationResult
public function EntityMemberAttributesGet(
International : International,
EntityMembers : EntityMembers
) : OperationResult
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- EntityMembers
Type: Microsoft.MasterDataServices.EntityMembers%
The collection of members in the entity, passed by reference.
Return Value
Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.