←Select platform

Channel Property

Summary

Gets or sets the logging channel this configuration represents.

Syntax

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

Property Value

The logging channel.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Logging Assembly
Click or drag to resize