IndicatorHistoryCollection Class (Microsoft.PerformancePoint.Scorecards)

A collection of indicators. The difference between an IndicatorCollection and an IndicatorHistoryCollection is that an IndicatorCollection is backed by a hashtable and the same Indicator. Different versions cannot be represented. An IndicatorHistoryCollection is not backed by a hashtable so multiple versions of the same Indicator can be added.

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

Syntax

'Declaration
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class IndicatorHistoryCollection
    Inherits FirstClassElementHistoryCollection
    Implements ICloneable
'Usage
Dim instance As IndicatorHistoryCollection
[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
public class IndicatorHistoryCollection : FirstClassElementHistoryCollection, ICloneable

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
     Microsoft.PerformancePoint.Scorecards.FirstClassElementHistoryCollection
      Microsoft.PerformancePoint.Scorecards.IndicatorHistoryCollection

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

IndicatorHistoryCollection Members
Microsoft.PerformancePoint.Scorecards Namespace