| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedSupport.IsActive Property
Called by subclasses to get a value indicating whether any AOP proxies have been created yet.
[Visual Basic]
Protected ReadOnly Property IsActive() As
Boolean Protected Get
End Get
End Property
[C#]
protected
bool IsActive { protected get; }
Property Value
true if this AOp proxies have been created; otherwise, false.
See Also
AdvisedSupport Class | Spring.Aop.Framework Namespace