Share via


HierarchyMemberPrivilege.HierarchyType Property

Gets or sets the type (explicit or derived) of the hierarchy that is associated with the hierarchy member security privilege.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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.HierarchyType
A new instance of type HierarchyType.