| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
SdkRegularExpressionMethodPointcut.DefaultOptions Property
Gets or sets default options that should be used by regular expressions that don't have options explicitly set.
[Visual Basic]
Public Property DefaultOptions() As
RegexOptions Public Get
End Get
Public Set
End Set
End Property
[C#]
public
RegexOptions DefaultOptions { public get; public set; }
Property Value
Default options that should be used by regular expressions that don't have options explicitly set.
See Also
SdkRegularExpressionMethodPointcut Class | Spring.Aop.Support Namespace