NxVariableProperties Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - NxVariableProperties
 
 
- 
          AbstractStructure
          
Syntax
[ValueClass]
public class NxVariableProperties : AbstractStructure, IDisposable, INxVariableProperties, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| NxVariableProperties() | Creates an instance of the NxVariableProperties class | 
Properties
| Name | Description | 
|---|---|
| IncludeInBookmark | Set this property to true to update the variable when applying a bookmark. The value of a variable can affect the state of the selections. The default value is false. JSON property name: qIncludeInBookmark | 
| Name | Name of the variable. JSON property name: qName | 
| NumberPresentation | Defines the format of the value of a variable. JSON property name: qNumberPresentation | 
| PreDefinedList | List of enumerations. This property is used if  JSON property name: qPreDefinedList | 
| UsePredefListedValues | The value of a variable can be an enumeration. Set this property to true to reflect the predefined values in an enumeration. JSON property name: qUsePredefListedValues |