Variable GetNxPropertiesAsync Method (String)Qlik Sense .NET SDK - API Reference

Gets the properties of a field or a variable.

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

public Task<NxVariableProperties> GetNxPropertiesAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask NxVariableProperties 

Implements

IVariable GetNxPropertiesAsync(String)
See Also