GridHeaderItem.IsNamedSetInError Property
Gets or sets a Boolean value that indicates whether the named set expression is in error.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsNamedSetInError As Boolean
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean
value = instance.IsNamedSetInError
instance.IsNamedSetInError = value
public bool IsNamedSetInError { get; set; }
Property Value
Type: System.Boolean
true if the named set expression is in error; otherwise false.
Remarks
A header is in error if there was an error in reading the source data.