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