C#
VB
C++
Gets or sets the channels.
[ConfigurationPropertyAttribute("channels")]
public ChannelCollection Channels { get; set; }
<ConfigurationPropertyAttribute(Name="channels",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsRequired=False,
IsKey=False)>
Public 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();
void set ( Leadtools.Logging.Configuration.ChannelCollection^ );
}
The 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