| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractPointcutAdvisor.Pointcut Property
The IPointcut that drives this advisor.
[Visual Basic]
Public MustOverride Property Pointcut() As
IPointcut _
Public Get
End Get
Public Set
End Set
End Property
[C#]
public abstract
IPointcut Pointcut { public get; public set; }
Implements
IPointcutAdvisor.Pointcut
See Also
AbstractPointcutAdvisor Class | Spring.Aop.Support Namespace