EntityMembersGetCriteria.HierarchyType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the hierarchy type. Possible values are Explicit, Derived or Collection.
public:
property Microsoft::MasterDataServices::HierarchyType HierarchyType { Microsoft::MasterDataServices::HierarchyType get(); void set(Microsoft::MasterDataServices::HierarchyType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.HierarchyType HierarchyType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.HierarchyType : Microsoft.MasterDataServices.HierarchyType with get, set
Public Property HierarchyType As HierarchyType
Property Value
A new instance of type HierarchyType.
- Attributes