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.

See Also

Reference

KpiMeasureValue Class

KpiMeasureValue Members

Microsoft.PerformancePoint.Scorecards Namespace