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

Syntax

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

See Also