| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
DynamicMethodMatcherPointcutAdvisor.Advice Property
Return the advice part of this aspect.
[Visual Basic]
Public Overridable Property Advice() As
IAdvice _
Public Get
End Get
Public Set
End Set
End Property
[C#]
public virtual
IAdvice Advice { public get; public set; }
Implements
IAdvisor.Advice
See Also
DynamicMethodMatcherPointcutAdvisor Class | Spring.Aop.Support Namespace