IField 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

Task<NxFieldProperties> GetNxPropertiesAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask NxFieldProperties 
See Also