  | PageSetVariableTable Method  | 
 [This is preliminary documentation and is subject to change.]
            Sets the variable table.
            
 
    Namespace: 
   Monkeyspeak
    Assembly:
   Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntaxpublic VariableTable SetVariableTable(
	string name,
	bool isConstant
)
Public Function SetVariableTable ( 
	name As String,
	isConstant As Boolean
) As VariableTable
public:
VariableTable^ SetVariableTable(
	String^ name, 
	bool isConstant
)
member SetVariableTable : 
        name : string * 
        isConstant : bool -> VariableTable 
Parameters
- name
 - Type: SystemString
The name. - isConstant
 - Type: SystemBoolean
if set to true [is constant]. 
Return Value
Type: 
VariableTable[Missing <returns> documentation for "M:Monkeyspeak.Page.SetVariableTable(System.String,System.Boolean)"]
Exceptions
See Also