Leadtools.Logging.Configuration Namespace > ChannelCollection Class > Item Property : Item(String) Property |
public new ChannelElement Item( string name ) {get;}
'Declaration Public Overloads Shadows ReadOnly Property Item( _ ByVal name As String _ ) As ChannelElement
'Usage Dim instance As ChannelCollection Dim name As String Dim value As ChannelElement value = instance.Item(name)
public: new property ChannelElement^ Item { ChannelElement^ get(String^ name); }