Gets or sets the Type to use as a Proxy.

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

Syntax

Visual Basic (Declaration)
Public Overridable Property ProxyInterface As Type
C#
public virtual Type ProxyInterface { get; set; }
Visual C++
public:
virtual property Type^ ProxyInterface {
	Type^ get ();
	void set (Type^ value);
}
JavaScript
function get_proxyInterface();
function set_proxyInterface(value);

Field Value

The Type to use as a Proxy.

Remarks

The value of this is set by the proxy attribute.

See Also