| IVariableSetNxPropertiesAsync Method (AsyncHandle, NxVariableProperties) |
Sets some properties to a variable.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
SyntaxTask SetNxPropertiesAsync(
AsyncHandle asyncHandle,
NxVariableProperties properties
)
Function SetNxPropertiesAsync (
asyncHandle As AsyncHandle,
properties As NxVariableProperties
) As Task
Parameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - properties
- Type: Qlik.EngineNxVariableProperties
Information about the properties of the variable
Return Value
Type:
Task
See Also