IStringExpression Interface
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Properties
Abbreviated syntax:
"qStringExpression":"=<expression>"
Extended object syntax:
"qStringExpression":{"qExpr":"=<expression>"}
Where:
- < expression > is a string
The result of the evaluation of the expression can be of any type, as it is returned as a JSON (quoted) string.
Syntax
[ValueClass]
public interface IStringExpression : IAbstractStructure
Properties
Name | Description |
---|---|
Expr |
JSON property name: qExpr |