Member.IsAllLevel Property
Gets or sets a Boolean value that indicates whether the member is in 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 Member
Dim value As Boolean
value = instance.IsAllLevel
instance.IsAllLevel = value
public bool IsAllLevel { get; set; }
Property Value
Type: System.Boolean
true if the member is in the top level of the hierarchy; otherwise false.