Variable Class |
public sealed class Variable : IVariable
The Variable type exposes the following members.
| Name | Description | |
|---|---|---|
| Description | If non-null, variable description. | |
| Info | Variable information. | |
| Instance | The Instance that owns this variable. | |
| Name | Variable name. | |
| Value | If non-null, variable value cache. Otherwise the variable value is uninitialized (undefined start value). | |
| ValueReference | Variable value reference. |
| Name | Description | |
|---|---|---|
| ValueChanged | Occurs when the value of the variable changes. |