C#
VB
C++
Gets or sets the logging channel this configuration represents.
[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^ );
}
The logging channel.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET