HierarchyMembersGetResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |