Channel Property

Summary

Gets or sets the logging channel this configuration represents.

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

Property Value

The logging channel.

Requirements

Target Platforms

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

Leadtools.Logging Assembly