IVariableSetNxPropertiesAsync Method |
Sets some properties to a variable.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task SetNxPropertiesAsync(
NxVariableProperties properties,
AsyncHandle asyncHandle = null
)
Function SetNxPropertiesAsync (
properties As NxVariableProperties,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- properties
- Type: Qlik.EngineNxVariableProperties
Information about the properties of the variable - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskSee Also