| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IAdvised.Advisors Property
Returns the collection of IAdvisor instances that have been applied to this proxy.
[Visual Basic]
Public MustOverride ReadOnly Property Advisors() As
IAdvisor Public Get
End Get
End Property
[C#]
public
IAdvisor[] Advisors { public get; }
Property Value
The collection of IAdvisor instances that have been applied to this proxy.
Remarks
Will never return , but may return an empty array (in the case where no IAdvisor instances have been applied to this proxy).
See Also
IAdvised Interface | Spring.Aop.Framework Namespace