Name Property

Summary
Gets or sets the name of the log to write to.
Syntax
C#
VB
C++
public string Name { get; set; } 
  
Public Property Name As String 
public: 
property String^ Name { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The name of the log. This can be Application, System, Security, or a custom log name.

Requirements

Target Platforms

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

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.