EntityMembersGetCriteria.HierarchyLevelNumber Property

Definition

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.

Applies to