Share via


KpiMeasure.Pattern property

Gets or sets the pattern for this actual.

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

Syntax

'Declaration
Public Property Pattern As KpiPattern
    Get
    Set
'Usage
Dim instance As KpiMeasure
Dim value As KpiPattern

value = instance.Pattern

instance.Pattern = value
public KpiPattern Pattern { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.KpiPattern
The pattern for this actual.

Remarks

The pattern determines banding and scoring behavior.

See also

Reference

KpiMeasure class

KpiMeasure members

Microsoft.PerformancePoint.Scorecards namespace