SearchExpression.SearchType Property
.NET Framework (current version)
Gets or sets the SearchType value that determines where in the string the search occurs.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The SearchType property uses the SearchType enumeration that contains the search types to use in an instance of the SearchExpression class.
The following table lists the possible enumeration values.
Enumeration | Description |
|---|---|
Indicates a search that starts anywhere in a field. | |
Indicates a search that starts at the beginning of a field. | |
Indicates a search that at the end of a field. |
.NET Framework
Available since 4.0
Available since 4.0
Show: