 | SphinxAttributeOverrideTOverridableOverrideValuesDictionary Property |
Gets the dictionary which holds the override values and document ids for
the attribute.
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic SphinxOverrideValuesDictionary<IOverridableType> OverrideValuesDictionary { get; }
Public ReadOnly Property OverrideValuesDictionary As SphinxOverrideValuesDictionary(Of IOverridableType)
Get
Property Value
Type:
SphinxOverrideValuesDictionaryIOverridableTypeThe override values dictionary.
See Also