 | MessageGetLabel Method |
Returns the value of the label indexed by key.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic string GetLabel(
Label key
)
Public Function GetLabel (
key As Label
) As String
Parameters
- key
- Type: OBCOM.NetSwitchLib.MessagesLabel
The index of the required label.
Return Value
Type:
String
A string or
null if
key is not defined.
See Also