Gets the label.

Namespace: Ico.AnyGlass.AlarmWorX.ViewModel
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string GetLabel(
	string labelKey
)
Visual Basic
Public Function GetLabel ( _
	labelKey As String _
) As String
JScript
public function GetLabel(
	labelKey : String
) : String

Parameters

labelKey
Type: System..::..String
The label key.

Return Value

See Also