Ontolica for SharePoint Public API

OntolicaProperty.Operators Property

Gets the list of possible operators that can be used for search the property.

[Visual Basic]
Public ReadOnly Property Operators As OntolicaPropertyOperator()
[C#]
public OntolicaPropertyOperator[] Operators {get;}

Property Value

An array of OntolicaPropertyOperator values.

Remarks

If the property definition in the Ontolica Search configuration file does not specify any operators then this property will provide an array containing the operator EqualTo

See Also

OntolicaProperty Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace