Channel Property

Summary
Gets or sets the logging channel this configuration represents.
Syntax
C#
C++/CLI
[ConfigurationPropertyAttribute("Channel", Options=0)] 
public ILoggingChannel Channel { get; set; } 
[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 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

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