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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PersistentClass As Type
C#
public Type PersistentClass { get; }
Visual C++
public:
property Type^ PersistentClass {
	Type^ get ();
}
JavaScript
function get_persistentClass();

See Also