NET Logging Library
AnyFilters Property (ITarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > ITarget Interface : AnyFilters Property
Used internally for performance. Returns true if there is any filter defined for this target.
Syntax
ReadOnly Property AnyFilters As Boolean
Dim instance As ITarget
Dim value As Boolean
 
value = instance.AnyFilters
bool AnyFilters {get;}
property bool AnyFilters {
   bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITarget Interface
ITarget Members