IMsCalculationChainVariable.OriginalName

Fore Syntax

OriginalName: String;

Fore.NET Syntax

OriginalName: string;

Description

The OriginalName property returns the source name of the variable.

Comments

To get full name of the variable, use the IMsCalculationChainVariable.FullName property.

Fore and Fore.NET Examples

The property use is given in the example for IMsMetaModelVisualController.LevelFormat.

See also:

IMsCalculationChainVariable