Click or drag to resize

MatchExpression Properties

The MatchExpression type exposes the following members.

Properties
  NameDescription
Public propertyCondition
Returns the matching criteria used during values comparison.
Public propertyLogicOp
In case of concatenated expressions, returns the current logical operator.
Public propertyVarName
Returns the name of the variable or property against which the comparison is made.
Public propertyVarValue
Returns the value against which the variable or property corresponding to varName is compared.
Top
See Also