ValueExpression
type ValueExpression = | NativeAttributeValue | SizeExpression;Value expressions can be either native attribute values or size expressions in the context of a condition expression.
type ValueExpression = | NativeAttributeValue | SizeExpression;Value expressions can be either native attribute values or size expressions in the context of a condition expression.