C#
VB
C++
Gets the global logging channels.
[ConfigurationPropertyAttribute("channels")]
public ChannelCollection Channels { get; }
<ConfigurationPropertyAttribute(Name="channels",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsRequired=False,
IsKey=False)>
Public ReadOnly Property Channels As Leadtools.Logging.Configuration.ChannelCollection
[ConfigurationPropertyAttribute(Name="channels",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public:
property Leadtools.Logging.Configuration.ChannelCollection^ Channels {
Leadtools.Logging.Configuration.ChannelCollection^ get();
}
The global logging channels.
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