| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
PointcutFilteringAutoProxyCreator.Pointcut Property
Set the pointcut used to filter objects that should automatically get wrapped with proxies.
[Visual Basic]
Public Property Pointcut() As
IPointcut Public Get
End Get
Public Set
End Set
End Property
[C#]
public
IPointcut Pointcut { public get; public set; }
See Also
PointcutFilteringAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace