LogFilter Property

Summary

Gets the value of LogFilter configuration element.

Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("logFilter", IsRequired=false)] 
public LogFilterConfigurationElement LogFilter { get; } 
  
<ConfigurationPropertyAttribute(IsRequired=False,  
   Name="logFilter",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=False,  
   IsKey=False)> 
Public ReadOnly Property LogFilter As LogFilterConfigurationElement 
[ConfigurationPropertyAttribute(IsRequired=false,  
   Name="logFilter",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsKey=false)] 
public: 
property LogFilterConfigurationElement^ LogFilter { 
   LogFilterConfigurationElement^ get(); 
} 

Property Value

A LogFilterConfigurationElement that defines the log filter.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly