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

Syntax

Visual Basic (Declaration)
Property IsLazy As Boolean
C#
bool IsLazy { get; set; }
Visual C++
property bool IsLazy {
	bool get ();
	void set (bool value);
}
JavaScript
function get_isLazy();
function set_isLazy(value);

See Also