ServiceClient.IService.HierarchyMembersGet(HierarchyMembersGetRequest) Method

Definition

Retrieves the parent-child members from a hierarchy relative to a parent node.

 virtual Microsoft::MasterDataServices::HierarchyMembersGetResponse ^ Microsoft.MasterDataServices.IService.HierarchyMembersGet(Microsoft::MasterDataServices::HierarchyMembersGetRequest ^ request) = Microsoft::MasterDataServices::IService::HierarchyMembersGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.HierarchyMembersGetResponse IService.HierarchyMembersGet (Microsoft.MasterDataServices.HierarchyMembersGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.HierarchyMembersGet : Microsoft.MasterDataServices.HierarchyMembersGetRequest -> Microsoft.MasterDataServices.HierarchyMembersGetResponse
override this.Microsoft.MasterDataServices.IService.HierarchyMembersGet : Microsoft.MasterDataServices.HierarchyMembersGetRequest -> Microsoft.MasterDataServices.HierarchyMembersGetResponse
Function HierarchyMembersGet (request As HierarchyMembersGetRequest) As HierarchyMembersGetResponse Implements IService.HierarchyMembersGet

Parameters

request
HierarchyMembersGetRequest

The get request.

Returns

The HierarchyMembersGetResponse for the operation.

Implements

Attributes

Applies to