Specifies the available set of property comparison operators.
The OntolicaPropertyOperator enumeration represents the range of valid operators that can be used when searching a value on a property in the SharePoint search engine. The enumeration is used by the OntolicaProperty object to specify the list of legal property operators for a specific property. OntolicaProperty.
| Member Name | Description |
|---|---|
| EqualTo | Property = value |
| NotEqualTo | Property != value |
| GreaterThan | Property > value |
| GreaterThanOrEqualTo | Property >= value |
| LessThan | Property < value |
| LessThanOrEqualTo | Property <= value |
| Contains | Property CONTAINS value |
Namespace: NavigoSystems.Ontolica.SharePoint.Custom
Assembly: NavigoSystems.Ontolica.SharePoint (in NavigoSystems.Ontolica.SharePoint.dll)
NavigoSystems.Ontolica.SharePoint.Custom Namespace