Share via


Level.IsAllLevel property

Gets or sets a Boolean value that indicates whether this level is the "All" level.

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

Syntax

'Declaration
Public Property IsAllLevel As Boolean
    Get
    Set
'Usage
Dim instance As Level
Dim value As Boolean

value = instance.IsAllLevel

instance.IsAllLevel = value
public bool IsAllLevel { get; set; }

Property value

Type: System.Boolean
true if this level is the top level of the hierarchy; otherwise false.

See also

Reference

Level class

Level members

Microsoft.PerformancePoint.Scorecards namespace