Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Function GetBool ( _
	key As String _
) As Boolean
C#
bool GetBool(
	string key
)
Visual C++
bool GetBool(
	String^ key
)
JavaScript
function getBool(key);

Parameters

key
Type: System..::..String

See Also