| AppGetFieldDescription Method  | 
Retrieves the description of a field.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic FieldDescription GetFieldDescription(
	string fieldName
)
Public Function GetFieldDescription ( 
	fieldName As String
) As FieldDescription
Parameters
- fieldName
 - Type: SystemString
Name of the field
                                        This parameter is mandatory. 
Return Value
Type: 
FieldDescriptionImplements
IAppGetFieldDescription(String)
See Also