Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a filtered set of members and their data from an entity.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function EntityMembersGet ( _
request As EntityMembersGetRequest _
) As EntityMembersGetResponse
'Usage
Dim instance As Service
Dim request As EntityMembersGetRequest
Dim returnValue As EntityMembersGetResponse
returnValue = instance.EntityMembersGet(request)
public EntityMembersGetResponse EntityMembersGet(
EntityMembersGetRequest request
)
public:
virtual EntityMembersGetResponse^ EntityMembersGet(
EntityMembersGetRequest^ request
) sealed
abstract EntityMembersGet :
request:EntityMembersGetRequest -> EntityMembersGetResponse
override EntityMembersGet :
request:EntityMembersGetRequest -> EntityMembersGetResponse
public final function EntityMembersGet(
request : EntityMembersGetRequest
) : EntityMembersGetResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.EntityMembersGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.EntityMembersGetResponse
The EntityMembersGetResponse for the operation.
Implements
IService.EntityMembersGet(EntityMembersGetRequest)
Remarks
By default, the request gets leaf members. To get other types of members, specify the type by using MemberType in the request.