Click or drag to resize

AsyncSearcherTSearch Properties

The AsyncSearcherTSearch type exposes the following members.

Properties
  Name Description
Public property IgnoreCase Gets or sets the flag that determines whether to ignore case when running the search.
Public property SearchCategories Gets the names of the properties to which the search string will be applied.
Public property Searching Gets the flag that indicates whether the AsyncSearcherTSearch is in the middle of a search operation.
Public property SearchText Gets or sets the text to be searched for.
Public property UseRegex Gets or sets the flag that determines whether to process the search tokens as regular expressions.
Public property UseWildcards Gets or sets the flag that determines whether to process *, ?, and - characters as wildcards.
Top
See Also