| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ParsedAdviceExpression.ActionText Property
Gets or sets the action text.
[Visual Basic]
Public Property ActionText() As
String Public Get
End Get
Public Set
End Set
End Property
[C#]
public
string ActionText { public get; public set; }
Property Value
The action text.
See Also
ParsedAdviceExpression Class | Spring.Aspects Namespace