GenericVariableProperties Class
Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - GenericVariableProperties
 
 
- 
          AbstractStructure
          
Syntax
[ValueClass]
public class GenericVariableProperties : AbstractStructure, IDisposable, IGenericVariableProperties, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| GenericVariableProperties() | Creates an instance of the GenericVariableProperties class | 
Properties
| Name | Description | 
|---|---|
| Comment | Comment related to the variable. This parameter is optional. JSON property name: qComment | 
| Definition | Definition of the variable. JSON property name: qDefinition | 
| IncludeInBookmark | Set this property to true to update the variable when applying a bookmark. The variable value will be persisted in the bookmark. The value of a variable can affect the state of the selections. Script variables cannot be persisted in the bookmark. The default value is false. JSON property name: qIncludeInBookmark | 
| Info | Identifier and type of the object. This parameter is mandatory. JSON property name: qInfo | 
| MetaDef | Meta data. JSON property name: qMetaDef | 
| Name | Name of the variable. The name must be unique. This parameter is mandatory. JSON property name: qName | 
| NumberPresentation | Defines the format of the value. This parameter is optional. JSON property name: qNumberPresentation |