Kpi.Targets property

Gets the targets for this key performance indicator (KPI).

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

Syntax

'Declaration
Public Overridable ReadOnly Property Targets As TargetCollection
    Get
'Usage
Dim instance As Kpi
Dim value As TargetCollection

value = instance.Targets
public virtual TargetCollection Targets { get; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.TargetCollection
The targets for this KPI.

See also

Reference

Kpi class

Kpi members

Microsoft.PerformancePoint.Scorecards namespace