Click or drag to resize

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)
Syntax
public IReadOnlyCollection<string> GetPropertyNames()

Return Value

Type: IReadOnlyCollectionString
A read-only collection with all defined property names.
See Also