KpiMeasureCollection class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of calculated metrics for a key performance indicator (KPI).

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.Collection<KpiMeasure>
    System.Collections.ObjectModel.KeyedCollection<Guid, KpiMeasure>
      Microsoft.PerformancePoint.Scorecards.ElementCollectionBase<KpiMeasureCollection, KpiMeasure>
        Microsoft.PerformancePoint.Scorecards.KpiMeasureCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class KpiMeasureCollection _
    Inherits ElementCollectionBase(Of KpiMeasureCollection, KpiMeasure)
'Usage
Dim instance As KpiMeasureCollection
[SerializableAttribute]
public class KpiMeasureCollection : ElementCollectionBase<KpiMeasureCollection, KpiMeasure>

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

KpiMeasureCollection members

Microsoft.PerformancePoint.Scorecards namespace