←Select platform

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 Leadtools.Logging.Configuration.LogFilterConfigurationElement 
[ConfigurationPropertyAttribute(IsRequired=false,  
   Name="logFilter",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsKey=false)] 
public: 
property Leadtools.Logging.Configuration.LogFilterConfigurationElement^ LogFilter { 
   Leadtools.Logging.Configuration.LogFilterConfigurationElement^ get(); 
} 

Property Value

A LogFilterConfigurationElement that defines the log filter.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly