KpiMeasureValue.IsInError property
Gets or sets a Boolean value that indicates whether this measure 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 KpiMeasureValue
Dim value As Boolean
value = instance.IsInError
instance.IsInError = value
public bool IsInError { get; set; }
Property value
Type: System.Boolean
true if this measure value is in error; otherwise false.