Returns the java class to which generated proxies will be typed.

Namespace: NHibernate.Tuple.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Return Value

The .NET class to which generated proxies will be typed

See Also