Ontolica for SharePoint Public API

OntolicaPropertyValue.IsMultiValue Property

Gets a value indicating whether this property value object contains a single value or multiple values.

[Visual Basic]
Public ReadOnly Property IsMultiValue As Boolean
[C#]
public bool IsMultiValue {get;}

Property Value

true if this property value object contains multiple values; otherwise false.

Remarks

Use this property to determine whether to use the Value property of the Values property.

See Also

OntolicaPropertyValue Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace