EventLogFilterType Property

Summary
Gets the value of the EventLogFilterType configuration element.
Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("eventLogFilterType", DefaultValue="", IsRequired=false)] 
public string EventLogFilterType { get; } 
  
<ConfigurationPropertyAttribute(Name="eventLogFilterType",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=False,  
   IsRequired=False,  
   IsKey=False)> 
Public ReadOnly Property EventLogFilterType As String 
[ConfigurationPropertyAttribute(Name="eventLogFilterType",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsRequired=false,  
   IsKey=false)] 
public: 
property String^ EventLogFilterType { 
   String^ get(); 
} 

Property Value

the value of the EventLogFilterType configuration element.

Requirements

Target Platforms

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

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.