Defines the string filter operators for the CrawlLogFilters class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration StringFilterOperator
'Usage
Dim instance As StringFilterOperator
public enum StringFilterOperator
Members
| Member name | Description | |
|---|---|---|
| Equal | The filter applies to entries where the property is an exact match to the specified filter value. | |
| Contains | The filter applies to entries where the property contains the specified filter value. |