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