| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ProxyFactoryObject.IsSingleton Property
Is the object managed by this factory a singleton or a prototype?
[Visual Basic]
Public Overridable Property IsSingleton() As
Boolean _
Public Get
End Get
Public Set
End Set
End Property
[C#]
public virtual
bool IsSingleton { public get; public set; }
Implements
IFactoryObject.IsSingleton
See Also
ProxyFactoryObject Class | Spring.Aop.Framework Namespace