IVariable Interface |
public interface IVariable
The IVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| Description | If non-null, variable description. | |
| 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. |