VariableListDef Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Defines the list of variables in an app.
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - VariableListDef
 
 
- 
          AbstractStructure
          
Syntax
[ValueClass]
public class VariableListDef : AbstractStructure, IDisposable, IVariableListDef, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| VariableListDef() | Creates an instance of the VariableListDef class | 
Properties
| Name | Description | 
|---|---|
| Data | Data JSON property name: qData | 
| ShowConfig | Shows the system variables if set to true. JSON property name: qShowConfig | 
| ShowReserved | Shows the reserved variables if set to true. JSON property name: qShowReserved | 
| ShowSession | Shows the session variables if set to true. JSON property name: qShowSession | 
| Type | Type of variables to include in the list. JSON property name: qType |