ITextMacro Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface ITextMacroProperties
| Name | Description | 
|---|---|
| DisplayString | Variable value. JSON property name: qDisplayString | 
| IsReserved | Is set to true if the variable is a reserved variable. JSON property name: qIsReserved | 
| IsSystem | Is set to true if the variable is a system variable. JSON property name: qIsSystem | 
| RefSeqNo | Order in which the variable was referenced during the script execution. The same number sequence is used for both  JSON property name: qRefSeqNo | 
| SetSeqNo | Order in which the variable was updated during the script execution. The same number sequence is used for both  JSON property name: qSetSeqNo | 
| Tag | Name of the variable. JSON property name: qTag |