Click or drag to resize
NxFieldDescriptionTags Property
Gives information on a field. For example, it can return the type of the field. Examples: key, text, ASCII

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public IEnumerable<string> Tags { get; set; }

Property Value

Type: IEnumerableString

Implements

INxFieldDescriptionTags
See Also