Ontolica for SharePoint Public API

OntolicaPropertyValue.Values Property

Gets all the property value objects.

[Visual Basic]
Public ReadOnly Property Values As Object()
[C#]
public object[] Values {get;}

Property Value

An array of property value objects.

Remarks

The array usually contains a single value. But some properties in the Ontolica Search configuration file do specify several optional values.

See Also

OntolicaPropertyValue Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace