Click or drag to resize

SphinxAttributeMatchIsMultiValued Property

Gets a value indicating whether the attribute value is multi valued.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public bool IsMultiValued { get; }

Property Value

Type: Boolean
true if the attribute value is multi valued; otherwise, false.
See Also