KpiMeasureValue.IsInfinity Property

Gets or sets a value that indicates whether this measure value is infinity and whether is positive or negative infinity.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property IsInfinity As Integer
    Get
    Set
'Usage
Dim instance As KpiMeasureValue
Dim value As Integer

value = instance.IsInfinity

instance.IsInfinity = value
public int IsInfinity { get; set; }

Property Value

Type: System.Int32
0 if this measure value is not infinity, 1 if this measure value is positive infinity, or -1 if this measure value is negative infinity.

See Also

Reference

KpiMeasureValue Class

KpiMeasureValue Members

Microsoft.PerformancePoint.Scorecards Namespace