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