| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedSupport.TargetSource Property
Returns the current ITargetSource used by this IAdvised object.
[Visual Basic]
Public NotOverridable Property TargetSource() As
ITargetSource _
Public Get
End Get
Public Set
End Set
End Property
[C#]
public
ITargetSource TargetSource { public get; public set; }
Property Value
The ITargetSource used by this IAdvised object.
Implements
IAdvised.TargetSource
See Also
AdvisedSupport Class | Spring.Aop.Framework Namespace