The classname of the persistent class (used only for messages)

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property ClassName As String
C#
string ClassName { get; }
Visual C++
property String^ ClassName {
	String^ get ();
}
JavaScript
function get_className();

See Also