Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference
AttributeMatchMethodPointcut.Attribute Property
The
Attribute
to match.
[Visual Basic]
Public Overridable Property Attribute() As
Type
Public Get
End Get
Public Set
End Set
End Property
[C#]
public virtual
Type
Attribute { public get; public set; }
Exceptions
Exception Type
Condition
ArgumentException
If the supplied value is not a
Type
that derives from the
Attribute
class.
See Also
AttributeMatchMethodPointcut Class
|
Spring.Aop.Support Namespace