Share via


AliasInfo.AliasCalculationInfo property

Gets or sets the measure to use in the calculated metric.

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

Syntax

'Declaration
Public Overridable Property AliasCalculationInfo As KpiMeasure
    Get
    Set
'Usage
Dim instance As AliasInfo
Dim value As KpiMeasure

value = instance.AliasCalculationInfo

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

Property value

Type: Microsoft.PerformancePoint.Scorecards.KpiMeasure
The measure to use in the calculated metric.

See also

Reference

AliasInfo class

AliasInfo members

Microsoft.PerformancePoint.Scorecards namespace