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