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