| PageGetVariable Method |
[This is preliminary documentation and is subject to change.]
Gets a Variable with Name set to nameThrows Exception if Variable not found.
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public IVariable GetVariable(
string name
)
Public Function GetVariable (
name As String
) As IVariable
public:
IVariable^ GetVariable(
String^ name
)
member GetVariable :
name : string -> IVariable
Parameters
- name
- Type: SystemString
The name of the Variable to retrieve
Return Value
Type:
IVariableThe variable found with the specified
name or throws Exception
See Also