TextMacro MembersQlik Sense .NET SDK - API Reference
The TextMacro type exposes the following members.
Constructors

  NameDescription
Public methodTextMacro
Initializes a new instance of the TextMacro class
Back to Top
Properties

  NameDescription
Public propertyDisplayString
Variable value.
Public propertyIsReserved
Is set to true if the variable is a reserved variable.
Public propertyIsSystem
Is set to true if the variable is a system variable.
Public propertyRefSeqNo
Order in which the variable was referenced during the script execution. The same number sequence is used for both qRefSeqNo and qSetSeqNo.
Public propertySetSeqNo
Order in which the variable was updated during the script execution. The same number sequence is used for both qRefSeqNo and qSetSeqNo.
Public propertyTag
Name of the variable.
Back to Top
See Also