NET Logging Library
AnyFilters Property (BaseTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > BaseTarget Class : AnyFilters Property
Used internally for performance. Returns true if there is any filter defined for this target.
Syntax
<XmlIgnoreAttribute()>
Public ReadOnly Property AnyFilters As Boolean
Dim instance As BaseTarget
Dim value As Boolean
 
value = instance.AnyFilters
[XmlIgnore()]
public bool AnyFilters {get;}
[XmlIgnore()]
public:
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

BaseTarget Class
BaseTarget Members