Target.StatedScore property

Gets or sets the stated score.

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

Syntax

'Declaration
Public Overridable Property StatedScore As KpiMeasure
    Get
    Set
'Usage
Dim instance As Target
Dim value As KpiMeasure

value = instance.StatedScore

instance.StatedScore = value
public virtual KpiMeasure StatedScore { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.KpiMeasure
The stated score.

Remarks

StatedScore is required if the band type is StatedScore.

See also

Reference

Target class

Target members

Microsoft.PerformancePoint.Scorecards namespace