Does the class support dynamic proxies?

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

Syntax

Visual Basic (Declaration)
ReadOnly Property HasProxy As Boolean
C#
bool HasProxy { get; }
Visual C++
property bool HasProxy {
	bool get ();
}
JavaScript
function get_hasProxy();

See Also