ITsModelParamValue.DefaultValue

Fore Syntax

DefaultValue: Variant;

Fore.NET Syntax

DefaultValue: Object;

Description

The DefaultValue property returns default parameter value.

Comments

To change parameter value, use the ITsModelParamValue.Value property.

Fore and Fore.NET Examples

The property use is given in the example for ITsModelParamValue.DataType.

See also:

ITsModelParamValue