 | SphinxAttributeUpdateTUpdateableUpdateValuesDictionary Property |
Gets the update values dictionary.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic SphinxUpdateValuesDictionary<TUpdateable> UpdateValuesDictionary { get; }
Public ReadOnly Property UpdateValuesDictionary As SphinxUpdateValuesDictionary(Of TUpdateable)
Get
Property Value
Type:
SphinxUpdateValuesDictionaryTUpdateableThe update values dictionary.
See Also