App GetFieldDescription Method Qlik Sense .NET SDK - API Reference

Retrieves the description of a field.

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

public FieldDescription GetFieldDescription(
	string fieldName
)

Parameters

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

Return Value

Type: FieldDescription

Implements

IApp GetFieldDescription(String)
See Also