GroupInstance.RecursiveLevel 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 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.