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