Warning Property

Summary

Gets a value indicating whether to log 'warning' messages

Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("warning", DefaultValue=true, IsRequired=false)] 
public bool Warning { get; } 
  
<ConfigurationPropertyAttribute(IsRequired=False,  
   Name="warning",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=False,  
   IsKey=False)> 
Public ReadOnly Property Warning As Boolean 
[ConfigurationPropertyAttribute(IsRequired=false,  
   Name="warning",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsKey=false)] 
public: 
property bool Warning { 
   bool get(); 
} 

Property Value

true to log 'warning' messages; otherwise, it is false.

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