 | MessageGetPropertyNames Method |
Returns a read-only collection with all defined property names.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic IReadOnlyCollection<string> GetPropertyNames()
Public Function GetPropertyNames As IReadOnlyCollection(Of String)
Return Value
Type:
IReadOnlyCollectionString
A read-only collection with all defined property names.
See Also