Share

ModelParameter.Expression Property

Parent Object: ModelParameter

Description

Gets/(Sets) the string that denotes the algebraic expression making up the definition of this parameter. Maybe a constant. 'Set' may not be allowed on some parameter types. When set this for Text parameter, the expression value should be quoted by quotation marks at beginning and ending of a string(like """I am Jack""").

Syntax

ModelParameter.Expression() As String

Property Value

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

Version

Introduced in version 4

Was this information helpful?