Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.Logging Namespace > Logger Class : LoggingChannels Property |
public List<ILoggingChannel> LoggingChannels {get;}
'Declaration Public ReadOnly Property LoggingChannels As List(Of ILoggingChannel)
'Usage Dim instance As Logger Dim value As List(Of ILoggingChannel) value = instance.LoggingChannels
public: property List<ILoggingChannel^>^ LoggingChannels { List<ILoggingChannel^>^ get(); }