| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractPrototypeTargetSource.TargetObjectName Property
The name of the target object to be created on each invocation.
[Visual Basic]
Public Overridable Property TargetObjectName() As
String Public Get
End Get
Public Set
End Set
End Property
[C#]
public virtual
string TargetObjectName { public get; public set; }
Remarks
This object should be a prototype, or the same instance will always be obtained from the owning ObjectFactory.
See Also
AbstractPrototypeTargetSource Class | Spring.Aop.Target Namespace