| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IAdvisor.Advice Property
Return the advice part of this aspect.
[Visual Basic]
Public MustOverride ReadOnly Property Advice() As
IAdvice Public Get
End Get
End Property
[C#]
public
IAdvice Advice { public get; }
Remarks
An advice may be an interceptor, a throws advice, before advice, introduction etc.
See Also
IAdvisor Interface | Spring.Aop Namespace