Click or drag to resize

MessageGetLabel Method

Gets the value of the label indexed by key.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public string GetLabel(
	int key
)

Parameters

key
Type: SystemInt32
The key of the required label.

Return Value

Type: String
The value of the label indexed by key.
Remarks
If the required label is not defined, it returns null. There is not way to know if the value of a label was actually null or if the label is not defined.
See Also