HierarchyMembersGetResponse Class

Definition

The HierarchyMembersGetResponse element is a response that returns NULL or one of the following complex types:

  • HierarchyMembers
  • OperationResult
public ref class HierarchyMembersGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class HierarchyMembersGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type HierarchyMembersGetResponse = class
    inherit MessageResponse
Public Class HierarchyMembersGetResponse
Inherits MessageResponse
Inheritance
HierarchyMembersGetResponse
Attributes

Constructors

HierarchyMembersGetResponse()

Initializes a new instance of the HierarchyMembersGetResponse class.

Properties

HierarchyMembers

Specifies the hierarchy members.

OperationResult

Specifies the operation result.

(Inherited from MessageResponse)

Applies to