NxAppProperties Class
Assembly: Qlik.Engine.dll
Qlik Sense Desktop
In Qlik Sense Desktop, this structure can contain dynamic properties.
Qlik Sense Enterprise
In Qlik Sense Enterprise, only a few dynamic properties at the app level are persisted.
The persisted dynamic properties are the following:
- modifiedDate
- published
- publishTime
- privileges
- description
- dynamicColor
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - NxAppProperties
 
 
- 
          AbstractStructure
          
Syntax
[ValueClass]
public class NxAppProperties : AbstractStructure, IDisposable, INxAppProperties, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| NxAppProperties() | Creates an instance of the NxAppProperties class | 
Properties
| Name | Description | 
|---|---|
| HasSectionAccess | If true the app has section access configured. JSON property name: qHasSectionAccess | 
| LastReloadTime | Last reload time of the app. JSON property name: qLastReloadTime | 
| MigrationHash | Internal property reserved for app migration. Patch version of the app. Do not update. JSON property name: qMigrationHash | 
| SavedInProductVersion | Internal property reserved for app migration. The app is saved in this version of the product. Do not update. JSON property name: qSavedInProductVersion | 
| Thumbnail | App thumbnail. JSON property name: qThumbnail | 
| Title | App title. JSON property name: qTitle | 
| Usage | Indicates whether the app is used for Analytics or DataPreparation JSON property name: qUsage |