| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AttributeAutoProxyCreator.CheckInherited Property
Indicates, whether to consider base types for filtering when checking declared attributes. Defaults to false.
[Visual Basic]
Public Property CheckInherited() As
Boolean Public Get
End Get
Public Set
End Set
End Property
[C#]
public
bool CheckInherited { public get; public set; }
See Also
AttributeAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace