TargetCollection class

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

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.Collection<Target>
    System.Collections.ObjectModel.KeyedCollection<Guid, Target>
      Microsoft.PerformancePoint.Scorecards.ElementCollectionBase<TargetCollection, Target>
        Microsoft.PerformancePoint.Scorecards.TargetCollection

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

Syntax

'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(Target))> _
Public Class TargetCollection _
    Inherits ElementCollectionBase(Of TargetCollection, Target)
'Usage
Dim instance As TargetCollection
[SerializableAttribute]
[KnownTypeAttribute(typeof(Target))]
public class TargetCollection : ElementCollectionBase<TargetCollection, Target>

Remarks

The Kpi.Targets property stores the TargetCollection that represents the KPI's targets.

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

TargetCollection members

Microsoft.PerformancePoint.Scorecards namespace