  | PageHasVariable Method (String) | 
 [This is preliminary documentation and is subject to change.]
            Checks the scope for the Variable with Name set to name
 
    Namespace: 
   Monkeyspeak
    Assembly:
   Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntaxpublic bool HasVariable(
	string name
)
Public Function HasVariable ( 
	name As String
) As Boolean
public:
bool HasVariable(
	String^ name
)
member HasVariable : 
        name : string -> bool 
Parameters
- name
 - Type: SystemString
The name of the Variable to retrieve 
Return Value
Type: 
BooleanTrue on Variable found.  
False if Variable not found.
See Also