Click or drag to resize
IVariableSetNxPropertiesAsync Method (AsyncHandle, NxVariableProperties)

Sets some properties to a variable.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
Task SetNxPropertiesAsync(
	AsyncHandle asyncHandle,
	NxVariableProperties properties
)

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