Share via


AliasInfo.AliasName property

Gets or sets the display name for the KpiMeasure object that is specified in the AliasCalculationInfo property.

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

Syntax

'Declaration
Public Property AliasName As String
    Get
    Set
'Usage
Dim instance As AliasInfo
Dim value As String

value = instance.AliasName

instance.AliasName = value
public string AliasName { get; set; }

Property value

Type: System.String
The display name for the KpiMeasure object that is specified in the AliasCalculationInfo property.

Remarks

This value must be less than or equal to 31 characters in length.

See also

Reference

AliasInfo class

AliasInfo members

Microsoft.PerformancePoint.Scorecards namespace