Gets or sets the Type to use as a Proxy.
            
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public virtual Type ProxyInterface { get; }  | 
| Visual Basic | 
|---|
Public Overridable ReadOnly Property ProxyInterface As Type Get  | 
| Visual C++ | 
|---|
public: virtual property Type^ ProxyInterface { Type^ get (); }  | 
Field Value
The Type to use as a Proxy.
Remarks
            The value of this is set by the proxy attribute.