HierarchyMembersGetCriteria.HierarchyType Property

 

Gets or sets the type of hierarchy being queried.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public HierarchyType HierarchyType { get; set; }
public:
[DataMemberAttribute]
property HierarchyType HierarchyType {
    HierarchyType get();
    void set(HierarchyType value);
}
[<DataMemberAttribute>]
member HierarchyType : HierarchyType with get, set
<DataMemberAttribute>
Public Property HierarchyType As HierarchyType

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.HierarchyType

The type of hierarchy being queried.

See Also

HierarchyMembersGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top