ScorecardCollection Class

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

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<Scorecard>
    System.Collections.ObjectModel.KeyedCollection<RepositoryLocation, Scorecard>
      Microsoft.PerformancePoint.Scorecards.FirstClassElementCollectionBase<ScorecardCollection, Scorecard>
        Microsoft.PerformancePoint.Scorecards.ScorecardCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ScorecardCollection _
    Inherits FirstClassElementCollectionBase(Of ScorecardCollection, Scorecard)
'Usage
Dim instance As ScorecardCollection
[SerializableAttribute]
public class ScorecardCollection : FirstClassElementCollectionBase<ScorecardCollection, Scorecard>

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

ScorecardCollection Members

Microsoft.PerformancePoint.Scorecards Namespace