KpiMeasure Class (Microsoft.PerformancePoint.Scorecards)

Represents a KpiMeasure (an actual or target) for a KPI.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class KpiMeasure
    Inherits Element
    Implements ICloneable, IDiffable, IEquatable(Of KpiMeasure), _
    IComparable(Of KpiMeasure)
'Usage
Dim instance As KpiMeasure
[SerializableAttribute] 
public class KpiMeasure : Element, ICloneable, IDiffable, IEquatable<KpiMeasure>, 
    IComparable<KpiMeasure>

Inheritance Hierarchy

System.Object
   Microsoft.PerformancePoint.Scorecards.Element
    Microsoft.PerformancePoint.Scorecards.KpiMeasure
       Microsoft.PerformancePoint.Scorecards.Target

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

KpiMeasure Members
Microsoft.PerformancePoint.Scorecards Namespace