LogType Property

Summary

Gets a value indicating the log type.

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

Property Value

A LogTypeConfigurationElement value that indicates the log type.

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