When implemented by a class, gets the abbreviated name of the type.
		
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public abstract string Name { get; }  | 
| Visual Basic | 
|---|
Public MustOverride ReadOnly Property Name As String Get  | 
| Visual C++ | 
|---|
public: virtual property String^ Name { String^ get () abstract; }  |