ServiceClient.EntityMembersGet Method

Definition

Retrieves the filtered set of members and their data from an entity.

public:
 Microsoft::MasterDataServices::EntityMembers ^ EntityMembersGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::EntityMembersGetCriteria ^ MembersGetCriteria, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::EntityMembersInformation ^ % EntityMembersInformation, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public Microsoft.MasterDataServices.EntityMembers EntityMembersGet (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.EntityMembersGetCriteria MembersGetCriteria, out Microsoft.MasterDataServices.EntityMembersInformation EntityMembersInformation, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.EntityMembersGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.EntityMembersGetCriteria * EntityMembersInformation * OperationResult -> Microsoft.MasterDataServices.EntityMembers
Public Function EntityMembersGet (International As International, MembersGetCriteria As EntityMembersGetCriteria, ByRef EntityMembersInformation As EntityMembersInformation, ByRef OperationResult As OperationResult) As EntityMembers

Parameters

International
International

The cultural settings.

MembersGetCriteria
EntityMembersGetCriteria

The criteria that specifies members to retrieve.

EntityMembersInformation
EntityMembersInformation

When this method returns, contains information about the retrieved members. This parameter is passed uninitialized.

OperationResult
OperationResult

When this method returns, contains the operation result. This parameter is passed uninitialized.

Returns

The EntityMembers that matched the supplied criteria.

Remarks

By default, the request gets leaf members. To get other types of members, specify the type by using MemberType in the request.

Applies to