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

Syntax

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

See Also