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 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.