| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ProxyConfig.ProxyTargetType Property
Is the target Type to be proxied in addition to any interfaces declared on the proxied Type?
[Visual Basic]
Public Overridable Property ProxyTargetType() As
Boolean Public Get
End Get
Public Set
End Set
End Property
[C#]
public virtual
bool ProxyTargetType { public get; public set; }
See Also
ProxyConfig Class | Spring.Aop.Framework Namespace