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.
Gets or sets the type of the hierarchy that is being queried.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property HierarchyType As HierarchyType
Get
Set
'Usage
Dim instance As HierarchyMembersGetCriteria
Dim value As HierarchyType
value = instance.HierarchyType
instance.HierarchyType = value
[DataMemberAttribute]
public HierarchyType HierarchyType { get; set; }
[DataMemberAttribute]
public:
property HierarchyType HierarchyType {
HierarchyType get ();
void set (HierarchyType value);
}
[<DataMemberAttribute>]
member HierarchyType : HierarchyType with get, set
function get HierarchyType () : HierarchyType
function set HierarchyType (value : HierarchyType)
Property Value
Type: Microsoft.MasterDataServices.HierarchyType
A new instance of type HierarchyType.