Condition.Expression Property
The boolean expression.
Syntax
public System.String Expression { get; }
Property Value
Default: "true"
A String.
Remarks
The boolean expression that should be evaluated, expressed as a string. For example, the simple expression: MyAttr = 5 evaluates to True, if and only if the attribute set contains an integer or real attribute named MyAttr, with a value equal to 5.
Please see Expression Syntax for detailed information about how to write expressions.
If an expression in a condition evaluates to a value of a different type than a bool, it will be regarded as False; no implicit conversion to a bool will be done.
Platforms
Windows, Linux, Android