HierarchyMemberPrivilegesCriteria.HierarchyType Property

 

Gets or sets the hierarchy type.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.HierarchyType

The hierarchy type.

See Also

HierarchyMemberPrivilegesCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top