| 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
)
Public Function SetVariable (
name As String,
value As Object,
Optional isConstant As Boolean = false
) As IVariable
public:
IVariable^ SetVariable(
String^ name,
Object^ value,
bool isConstant = false
)
member SetVariable :
name : string *
value : Object *
?isConstant : bool
(* Defaults:
let _isConstant = defaultArg isConstant false
*)
-> IVariable
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 See Also