Namespace:  NHibernate.Util
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetBoolean ( _
	property As String, _
	properties As IDictionary _
) As Boolean
C#
public static bool GetBoolean(
	string property,
	IDictionary properties
)
Visual C++
public:
static bool GetBoolean(
	String^ property, 
	IDictionary^ properties
)
JavaScript
NHibernate.Util.PropertiesHelper.getBoolean = function(property, properties);

Parameters

property
Type: System..::.String
properties
Type: System.Collections..::.IDictionary

Return Value

See Also