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