Click or drag to resize

PageSetVariable Method (String, Object, Boolean)

[This is preliminary documentation and is subject to change.]

Sets the variable.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public IVariable SetVariable(
	string name,
	Object value,
	bool isConstant = false
)

Parameters

name
Type: SystemString
The name.
value
Type: SystemObject
The value.
isConstant (Optional)
Type: SystemBoolean
if set to true [is constant].

Return Value

Type: IVariable

[Missing <returns> documentation for "M:Monkeyspeak.Page.SetVariable(System.String,System.Object,System.Boolean)"]

Exceptions
ExceptionCondition
TypeNotSupportedException
ExceptionVariable limit exceeded, operation failed.
See Also