 | SphinxAttributeMatchIsMultiValued Property |
Gets a value indicating whether the attribute value is multi valued.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic bool IsMultiValued { get; }
Public ReadOnly Property IsMultiValued As Boolean
Get
Property Value
Type:
Booleantrue if the attribute value is multi valued; otherwise,
false.
See Also