Click or drag to resize

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)
Syntax
public string GetLabel(
	Label key
)

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