←Select platform

Warning Property

Summary

Gets a value indicating whether to log 'warning' messages

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute(IsRequired=false,  
   Name="warning",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsKey=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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Logging Assembly
Click or drag to resize