| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
NameMatchMethodPointcutAdvisor.MappedName Property
Convenience property when we have only a single method name to match.
[Visual Basic]
Public WriteOnly Property MappedName() As
String Public Set
End Set
End Property
[C#]
public
string MappedName { public set; }
Remarks
CAUTION Use either this property or the MappedNames property, not both.
See Also
NameMatchMethodPointcutAdvisor Class | Spring.Aop.Support Namespace