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