←Select platform

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly