Share via


KpiMeasure.ValueSource property

Gets or sets the rollup method to apply to the source data.

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

Syntax

'Declaration
Public Property ValueSource As ValueSources
    Get
    Set
'Usage
Dim instance As KpiMeasure
Dim value As ValueSources

value = instance.ValueSource

instance.ValueSource = value
public ValueSources ValueSource { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.ValueSources
The rollup method to apply to the source data.

See also

Reference

KpiMeasure class

KpiMeasure members

Microsoft.PerformancePoint.Scorecards namespace