ITsModelParam.DefaultValue

Fore Syntax

DefaultValue: Variant;

Fore.NET Syntax

DefaultValue: Object;

Description

The DefaultValue property determines a default parameter value.

Comments

The value is not set by default. To work with parameter value, use the ITsModelParamValue interface.

Fore and Fore.NET Examples

The property use is given in the example for ITsModelParam.LinkedObject.

See also:

ITsModelParam