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

Syntax

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

See Also