IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > LoggingElement Class : RejectFilters Property |
'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;}
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