Click or drag to resize
FieldSetNxPropertiesAsync Method

Sets some properties to a field.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task SetNxPropertiesAsync(
	NxFieldProperties properties,
	AsyncHandle asyncHandle = null
)

Parameters

properties
Type: Qlik.EngineNxFieldProperties
Information about the properties of the field
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: Task

Implements

IFieldSetNxPropertiesAsync(NxFieldProperties, AsyncHandle)
See Also