KpiValue.IsInError Property (Microsoft.PerformancePoint.Scorecards)
True, if this KPI value has an error.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property IsInError As Boolean
'Usage
Dim instance As KpiValue
Dim value As Boolean
value = instance.IsInError
instance.IsInError = value
[XmlAttributeAttribute]
public bool IsInError { get; set; }
See Also
Reference
KpiValue Class
KpiValue Members
Microsoft.PerformancePoint.Scorecards Namespace