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