Variable Class Properties

In this section we discuss the variable class properties. The properties are described in alphabetical order.

Description

This property specifies the name of the variable that was used to create the variable object, passed in the constructor.

This property is read-only.

Description

This property specifies the type of the variable, passed in the constructor. The possible values are:

Value

Description

Variable_Type_Auto

A local variable.

Variable_Type_Expression

The variable is an expression. Specify an already instantiated rule expression object for the Variable_Name.

Variable_Type_Dimension

The variable is a dimension name. Specify a dimension name for the Variable_Name.

This property is read-only.