| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IAdvised.Introductions Property
Returns the collection of IIntroductionAdvisor instances that have been applied to this proxy.
[Visual Basic]
Public MustOverride 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.
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
IAdvised Interface | Spring.Aop.Framework Namespace