Member.LevelDepth property

Gets or sets the depth of the level that contains this member.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property LevelDepth As Integer
    Get
    Set
'Usage
Dim instance As Member
Dim value As Integer

value = instance.LevelDepth

instance.LevelDepth = value
public int LevelDepth { get; set; }

Property value

Type: System.Int32
The depth of the level that contains this member.

Remarks

LevelDepth represents the depth in the hierarchy of the level that contains this member. A value of 0 indicates that this member is in the root level of the hierarchy.

See also

Reference

Member class

Member members

Microsoft.PerformancePoint.Scorecards namespace