Click or drag to resize

SphinxAttributeOverrideTOverridableOverrideValuesDictionary Property

Gets the dictionary which holds the override values and document ids for the attribute.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public SphinxOverrideValuesDictionary<IOverridableType> OverrideValuesDictionary { get; }

Property Value

Type: SphinxOverrideValuesDictionaryIOverridableType
The override values dictionary.
See Also