Item Property

Summary

Gets the ChannelElement with the specified name.

Syntax
C#
VB
C++
public ChannelElement Item( 
   string name 
) { get; } 
  
Public ReadOnly Property Item( _ 
   ByVal name As String _ 
) As ChannelElement 
public: 
property ChannelElement^ Item { 
   ChannelElement^ get(String^ name); 
} 

Parameters

name
The name of the LoggerElement to get.

Property Value

The channel element with the specified name.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly