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# |
---|
string Name { get; } |
Visual Basic |
---|
ReadOnly Property Name As String Get |
Visual C++ |
---|
property String^ Name { String^ get (); } |