 | SphinxAttributeMatchIsMultiValued Property |
Gets a value indicating whether the attribute value is multi valued.
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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