TextMatchType enumeration

TextMatchType enumeration

Specifies text match type in string.

The TextMatchType type exposes the following members:

Fields

Field Description
EXACT Text fully matches value.
STARTS_WITH Text starts with value.
ENDS_WITH Text ends with value.
CONTAINS Text contains the value.

See Also