Click or drag to resize
IAppGetFieldDescriptionAsync Method (String)

Retrieves the description of a field.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<FieldDescription> GetFieldDescriptionAsync(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of the field This parameter is mandatory.

Return Value

Type: TaskFieldDescription
See Also