| 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.4.1
Syntax public SphinxOverrideValuesDictionary<IOverridableType> OverrideValuesDictionary { get; }
Public ReadOnly Property OverrideValuesDictionary As SphinxOverrideValuesDictionary(Of IOverridableType)
Get
Property Value
Type:
SphinxOverrideValuesDictionaryIOverridableTypeThe override values dictionary.
See Also