property Expression.AllowValueKeyword as Boolean
Specifies whether the expression supports the value keyword.

TypeDescription
Boolean A Boolean expression that specifies whether the expression supports the value keyword.
By default, the AllowValueKeyword property is True, which indicates that expression supports the value keyword. The AllowValueKeyword property specifies whether the expression supports the value keyword. The AllowDefaultOperators property specifies whether the expression supports default operators. The AddCustomOperator method allows you to add custom operators. The ClearCustomOperators method clears the custom operators.