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