KpiValue.Targets Property
Gets the target values for the key performance indicator (KPI).
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Targets As TargetValueCollection
Get
'Usage
Dim instance As KpiValue
Dim value As TargetValueCollection
value = instance.Targets
public TargetValueCollection Targets { get; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.TargetValueCollection
The target values for the KPI.