MeasureCollection class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of measures.

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.Collection<Measure>
    System.Collections.ObjectModel.KeyedCollection<String, Measure>
      Microsoft.PerformancePoint.Scorecards.MeasureCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class MeasureCollection _
    Inherits KeyedCollection(Of String, Measure) _
    Implements ICloneable
'Usage
Dim instance As MeasureCollection
[SerializableAttribute]
public class MeasureCollection : KeyedCollection<string, Measure>, 
    ICloneable

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

MeasureCollection members

Microsoft.PerformancePoint.Scorecards namespace