| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AttributeMatchMethodPointcut.Inherit Property
Is the inheritance tree of the method to be included in the search for the Attribute?
[Visual Basic]
Public Overridable Property Inherit() As
Boolean Public Get
End Get
Public Set
End Set
End Property
[C#]
public virtual
bool Inherit { public get; public set; }
Remarks
The default is true.
See Also
AttributeMatchMethodPointcut Class | Spring.Aop.Support Namespace