KpiValue.IsInError Property
Gets or sets a Boolean value that indicates whether this value is in error.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsInError As Boolean
Get
Set
'Usage
Dim instance As KpiValue
Dim value As Boolean
value = instance.IsInError
instance.IsInError = value
public bool IsInError { get; set; }
Property Value
Type: System.Boolean
true if this value is in error; otherwise false.