Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 |
|
FilterSkeleton.Next Property
Property to get and set the next filter
[Visual�Basic]
NotOverridable�Public�Property�Next�As�
IFilter�_
[C#]
public�
IFilter�Next�{get;�set;}
Property Value
The next filter in the chain
Implements
IFilter.Next
Remarks
Filters are typically composed into chains. This property allows the next filter in the chain to be accessed.
See Also
FilterSkeleton Class | log4net.Filter Namespace