Get the MappedClass (field container).

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

Syntax

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

See Also