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.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property HierarchyType As HierarchyType
Get
Set
'Usage
Dim instance As HierarchyMemberPrivilege
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.Services.DataContracts.HierarchyType
The type of the hierarchy.
See Also
Reference
HierarchyMemberPrivilege Class
Microsoft.MasterDataServices.Services.DataContracts Namespace