| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
InheritanceBasedAopConfigurer.ProxyInterfaces Property
Gets or sets a value indicating whether interfaces members should be proxied.
[Visual Basic]
Public Property ProxyInterfaces() As
Boolean Public Get
End Get
Public Set
End Set
End Property
[C#]
public
bool ProxyInterfaces { public get; public set; }
Property Value
true if interfaces members should be proxied; otherwise, false.
See Also
InheritanceBasedAopConfigurer Class | Spring.Aop.Framework.AutoProxy Namespace