FirstClassElementCollection class

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

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.Collection<FirstClassElement>
    System.Collections.ObjectModel.KeyedCollection<RepositoryLocation, FirstClassElement>
      Microsoft.PerformancePoint.Scorecards.FirstClassElementCollectionBase<FirstClassElementCollection, FirstClassElement>
        Microsoft.PerformancePoint.Scorecards.FirstClassElementCollection

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

Syntax

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

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

FirstClassElementCollection members

Microsoft.PerformancePoint.Scorecards namespace