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