Share

ModelParameter.Value Property

Parent Object: ModelParameter

Description

Gets/(Sets) the value of this parameter. Numeric values are in database units. Setting this is equivalent to setting the 'Expression' with a constant string. 'Set' may not be allowed on some parameter types.

Syntax

ModelParameter.Value() As Variant

Property Value

This is a read/write property whose value is a Variant.

Samples

Name Description
Model Parameters This sample demonstrates the methods and properties supported by the Parameters object for model parameters.

Version

Introduced in version 4

Was this information helpful?