| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
DefaultAdvisorAutoProxyCreator.UsePrefix Property
Gets or sets a value indicating whether to exclude advisors with a certain prefix.
[Visual Basic]
Public Property UsePrefix() As
Boolean Public Get
End Get
Public Set
End Set
End Property
[C#]
public
bool UsePrefix { public get; public set; }
Property Value
true if [use prefix]; otherwise, false.
See Also
DefaultAdvisorAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace