←Select platform

Enabled Property (ConfigSectionHandler)

Summary

Gets a value indicating whether the logging is enabled.

Syntax

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

Property Value

true if logging is enabled; otherwise, 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