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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property IsSet As Boolean
C#
public virtual bool IsSet { get; }
Visual C++
public:
virtual property bool IsSet {
	bool get ();
}
JavaScript
function get_isSet();

See Also