| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
HotSwappableTargetSource.IsStatic Property
Is the target source static?
[Visual Basic]
Public Overridable ReadOnly Property IsStatic() As
Boolean _
Public Get
End Get
End Property
[C#]
public virtual
bool IsStatic { public get; }
Property Value
true if the target source is static.
Implements
ITargetSource.IsStatic
See Also
HotSwappableTargetSource Class | Spring.Aop.Target Namespace