When implemented by a class, gets the abbreviated name of the type.

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

Syntax

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

Field Value

The NHibernate type name.

Implements

IType..::.Name

See Also