Click or drag to resize
AppGetVariableAsync Method (String)

Gets the handle of a variable.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
public Task<Variable> GetVariableAsync(
	string name
)

Parameters

name
Type: SystemString
Name of the variable This parameter is mandatory.

Return Value

Type: TaskVariable

Implements

IAppGetVariableAsync(String)
See Also