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: 3.12.6
Syntax
public bool IsMultiValued { get; }

Property Value

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