CalculatedFormulaInfo.AliasInfoCollection Property
Gets or sets the array of AliasInfo objects that are used in the formula.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property AliasInfoCollection As AliasInfoCollection
Get
Set
'Usage
Dim instance As CalculatedFormulaInfo
Dim value As AliasInfoCollection
value = instance.AliasInfoCollection
instance.AliasInfoCollection = value
public virtual AliasInfoCollection AliasInfoCollection { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.AliasInfoCollection
The array of AliasInfo objects that are used in the formula.