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