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