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

Syntax

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

See Also