EntityMembersGetCriteria.HierarchyType Property
Gets or sets the hierarchy type of the members to get.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property HierarchyType As HierarchyType
Get
Set
'Usage
Dim instance As EntityMembersGetCriteria
Dim value As HierarchyType
value = instance.HierarchyType
instance.HierarchyType = value
[DataMemberAttribute(IsRequired = false)]
public HierarchyType HierarchyType { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property HierarchyType HierarchyType {
HierarchyType get ();
void set (HierarchyType value);
}
[<DataMemberAttribute(IsRequired = 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 of the members to get.
See Also
Reference
EntityMembersGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace