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

Syntax

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

See Also