Variable SetNxProperties Method Qlik Sense .NET SDK - API Reference

Sets some properties to a variable.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public void SetNxProperties(
	NxVariableProperties properties
)

Parameters

properties
Type: Qlik.Engine NxVariableProperties
Information about the properties of the variable

Implements

IVariable SetNxProperties(NxVariableProperties)
See Also