| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedSupport.AutoDetectInterfaces Property
If no explicit interfaces are specified, interfaces will be automatically determined from the target type on proxy creation. Defaults to true
[Visual Basic]
Public Property AutoDetectInterfaces() As
Boolean Public Get
End Get
Public Set
End Set
End Property
[C#]
public
bool AutoDetectInterfaces { public get; public set; }
See Also
AdvisedSupport Class | Spring.Aop.Framework Namespace