Ontolica for SharePoint Public API

OntolicaPropertyValue.Value Property

Gets the property value object.

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

Property Value

The property value object, which is usually a string, an Int32, a DateTime or a Boolean.

Remarks

If the OntolicaPropertyValue object is a multi-value that contains several optional values then this property just returns the first optional value.

See Also

OntolicaPropertyValue Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace