TargetValue.IsStatedScoreInError-Eigenschaft
Ruft ab oder legt einen booleschen Wert, der angibt, ob die StatedScoreValue fehlerhaft ist.
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; }
Eigenschaftswert
Typ: System.Boolean
true , wenn dieser Wert einen Fehler aufweist; andernfalls false.