Get or set the metatype

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

Syntax

C#
public virtual string MetaType { get; set; }
Visual Basic
Public Overridable Property MetaType As String
	Get
	Set
Visual C++
public:
virtual property String^ MetaType {
	String^ get ();
	void set (String^ value);
}

See Also