Channels Property

Summary
Gets the global logging channels.
Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("channels")] 
public ChannelCollection Channels { get; } 
  
<ConfigurationPropertyAttribute(Name="channels",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=False,  
   IsRequired=False,  
   IsKey=False)> 
Public ReadOnly Property Channels As ChannelCollection 
[ConfigurationPropertyAttribute(Name="channels",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsRequired=false,  
   IsKey=false)] 
public: 
property ChannelCollection^ Channels { 
   ChannelCollection^ get(); 
} 

Property Value

The global logging channels.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.