Gets the IType to read/write the Values.

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

Syntax

C#
IType Type { get; }
Visual Basic
ReadOnly Property Type As IType
	Get
Visual C++
property IType^ Type {
	IType^ get ();
}

See Also