ElementName Property (LoggerCollection)

Summary

Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class.

Syntax
C#
VB
C++
protected override string ElementName {get;} 
  
Protected Overrides ReadOnly Property ElementName As String 
protected: 
property String^ ElementName { 
   String^ get() override; 
} 

Property Value

The name of the collection; otherwise, an empty string. The default is an empty string.

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