HierarchyMembers.HierarchyType Property
Gets or sets a hierarchy type.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property HierarchyType As HierarchyType
Get
Set
'Usage
Dim instance As HierarchyMembers
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.