Click or drag to resize
BNFDefDepr Property
Indicates if a script statement, a chart or a script function is deprecated (not recommended to use). If set to true, it means that the script statement or the function is not recommended for use in Qlik Sense. This parameter is optional. The default value is false.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public bool Depr { get; set; }

Property Value

Type: Boolean

Implements

IBNFDefDepr
See Also