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.Configuration Namespace > LoggerCollection Class > Item Property : Item(String) Property |
public new LoggerElement Item( string name ) {get;}
'Declaration Public Overloads Shadows ReadOnly Property Item( _ ByVal name As String _ ) As LoggerElement
'Usage Dim instance As LoggerCollection Dim name As String Dim value As LoggerElement value = instance.Item(name)
public: new property LoggerElement^ Item { LoggerElement^ get(String^ name); }