EntityMembersGetCriteria.HierarchyLevelNumber 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.
Specifies the number of the derived hierarchy level, where zero is the top level. Used when retrieving members under another member in a derived hierarchy.
public:
property Nullable<int> HierarchyLevelNumber { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public int? HierarchyLevelNumber { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.HierarchyLevelNumber : Nullable<int> with get, set
Public Property HierarchyLevelNumber As Nullable(Of Integer)
Property Value
The number of the derived hierarchy LevelNumber, where zero is the top level.
- Attributes
Remarks
Optional.