Gets the handle of a script variable.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<Variable> GetVariableAsync(
string name,
string userHandle = null
)
public Task<Variable> GetVariableAsync(
string name,
string userHandle = null
)
Public Function GetVariableAsync (
name As String,
Optional userHandle As String = Nothing
) As Task(Of Variable)
Public Function GetVariableAsync (
name As String,
Optional userHandle As String = Nothing
) As Task(Of Variable)
Parameters
- name
- Type:
System String
Name of the variable
This parameter is mandatory.
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task Variable Implements
IApp GetVariableAsync(String, String)