หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets or sets the hierarchy type.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property HierarchyType As HierarchyType
Get
Set
'Usage
Dim instance As HierarchyMemberPrivilegesCriteria
Dim value As HierarchyType
value = instance.HierarchyType
instance.HierarchyType = value
[DataMemberAttribute(EmitDefaultValue = false)]
public HierarchyType HierarchyType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property HierarchyType HierarchyType {
HierarchyType get ();
void set (HierarchyType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member HierarchyType : HierarchyType with get, set
function get HierarchyType () : HierarchyType
function set HierarchyType (value : HierarchyType)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.HierarchyType
The hierarchy type.
See Also
Reference
HierarchyMemberPrivilegesCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace