ITsModelParam.Tag

Fore Syntax

Tag: Variant;

Fore.NET Syntax

Tag: object;

Description

The Tag property determines the object that contains additional data about parameter.

Comments

The property is ignored by compiler and can be used at user's discretion. For example, the property can be used to store the data related to parameter.

Fore and Fore.NET Examples

The property use is given in the example for ITsModelParams.Add.

See also:

ITsModelParam