Get or set the metatype

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

Syntax

Visual Basic (Declaration)
Public Overridable Property MetaType As IType
C#
public virtual IType MetaType { get; set; }
Visual C++
public:
virtual property IType^ MetaType {
	IType^ get ();
	void set (IType^ value);
}
JavaScript
function get_metaType();
function set_metaType(value);

See Also