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

Syntax

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

See Also