DerivedHierarchyLevel.LevelNumber Property

Definition

Specifies the depth of the level. Is zero-based and runs from hierarchy top to bottom.

public:
 property int LevelNumber { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int LevelNumber { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.LevelNumber : int with get, set
Public Property LevelNumber As Integer

Property Value

The depth of the level.

Attributes

Applies to