GroupInstance.RecursiveLevel Property

Definition

Gets the calculated recursive level of this GroupInstance.

public:
 property int RecursiveLevel { int get(); };
public int RecursiveLevel { get; }
member this.RecursiveLevel : int
Public ReadOnly Property RecursiveLevel As Integer

Property Value

An int value that represents the calculated recursive level of this GroupInstance.

Remarks

This property is only applicable for recursive groups.

Applies to