Gets the fully qualified name of the type being persisted.

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Name As String
C#
public virtual string Name { get; }
Visual C++
public:
virtual property String^ Name {
	String^ get ();
}
JavaScript
function get_name();

Field Value

The fully qualified name of the type being persisted.

See Also