| AppGetVariableAsync Method (String) |
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 Task<Variable> GetVariableAsync(
string name
)
Public Function GetVariableAsync (
name As String
) As Task(Of Variable)
Parameters
- name
- Type: SystemString
Name of the variable
This parameter is mandatory.
Return Value
Type:
TaskVariableImplements
IAppGetVariableAsync(String)
See Also