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

Syntax

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

See Also