←Select platform

Enabled Property

Summary

Gets or sets a value indicating whether this ChannelElement is enabled.

Syntax

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

Property Value

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