←Select platform

Information Property

Summary

Gets a value indicating whether to log 'information' messages

Syntax

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

Property Value

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

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