 | MessageGetProperties Method |
Returns a read-only dictionary with all defined properties.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic ReadOnlyDictionary<string, Object> GetProperties()
Public Function GetProperties As ReadOnlyDictionary(Of String, Object)
Return Value
Type:
ReadOnlyDictionaryString,
Object
A read-only dictionary with all defined properties.
See Also