Gets the handle of a variable.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntaxpublic Variable GetVariable(
string name
)
Public Function GetVariable (
name As String
) As Variable
Parameters
- name
- Type: SystemString
Name of the variable
This parameter is mandatory.
Return Value
Type:
VariableImplements
IAppGetVariable(String)
See Also