Field SetNxPropertiesAsync Method Qlik Sense .NET SDK - API Reference

Sets some properties to a field.

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

public Task SetNxPropertiesAsync(
	NxFieldProperties properties,
	string userHandle = null
)

Return Value

Type: OnlineTask

Implements

IField SetNxPropertiesAsync(NxFieldProperties, String)
See Also