←Select platform

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

Property Value

A LogTypeConfigurationElement value that indicates the log type.

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