Ontolica for SharePoint Public API

OntolicaProperty.Values Property

Gets the list of possible values that the property can assume.

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

Property Value

An array of OntolicaPropertyValue objects or null if the property definition does not contain any values.

Remarks

User interface agents can use this property to determine if the property value input should be represented as a text input box or a drop down box. The first if there are no property values and the latter if there are.

See Also

OntolicaProperty Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace