Sets the value of variable.
- Namespace
- Statiq
.Common - Containing Type
- IJavaScriptEngine
Syntax
void SetVariableValue(string variableName, object value)
Parameters
| Name | Type | Description |
|---|---|---|
| variableName | string | Variable name. |
| value | object | Value of variable. |