| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedSupport.Introductions Property
Returns the collection of IIntroductionAdvisor instances that have been applied to this proxy.
[Visual Basic]
Public Overridable ReadOnly Property Introductions() As
IIntroductionAdvisor _
Public Get
End Get
End Property
Property Value
The collection of IIntroductionAdvisor instances that have been applied to this proxy.
Implements
IAdvised.Introductions
Remarks
Will never return , but may return an empty array (in the case where no IIntroductionAdvisor instances have been applied to this proxy).
See Also
AdvisedSupport Class | Spring.Aop.Framework Namespace | Introductions