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

Syntax

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

See Also