DevForce Help Reference
RejectFilters Property


Namespaces for which logging should be turned off.
Syntax
'Declaration
 
<DescriptionAttribute("Namespaces for which logging should be turned off")>
<XmlArrayAttribute("namespaceRejectFilters")>
<XmlArrayItemAttribute("namespaceRejectFilter")>
Public Property RejectFilters As List(Of String)
'Usage
 
Dim instance As LoggingElement
Dim value As List(Of String)
 
instance.RejectFilters = value
 
value = instance.RejectFilters
[Description("Namespaces for which logging should be turned off")]
[XmlArray("namespaceRejectFilters")]
[XmlArrayItem("namespaceRejectFilter")]
public List<string> RejectFilters {get; set;}
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

LoggingElement Class
LoggingElement Members

Send Feedback