Ontolica for SharePoint Public API

OntolicaProperty.AlternativeNames Property

Gets the alternative names of the property.

[Visual Basic]
Public ReadOnly Property AlternativeNames As String()
[C#]
public string[] AlternativeNames {get;}

Property Value

An array of strings that contains the alternative names.

Remarks

Alternative names are other names that can also be used to specify the property on a search command line.

See Also

OntolicaProperty Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace