[]
Registers a variable that can be evaluated by expression engine.
void RegisterVariable(string key, object value)
Sub RegisterVariable(key As String, value As Object)
| Type | Name | Description |
|---|---|---|
| string | key | Variable key. |
| object | value | Variable value. |