StringSearch
class StringSearch
A structure that defines how to search for string values. You can specify a search option and the value to search for.
Types
Properties
Link copied to clipboard
The type of search operation to perform on the string value. Determines how the search value is matched against the target field.
Link copied to clipboard
The string value to use in the search operation. This value is compared against the target field using the specified search option.