Source Property

Summary

Gets or sets the source of the log entry.

Syntax
C#
VB
C++
public string Source { get; set; } 
  
Public Property Source As String 
public: 
property String^ Source { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The source of the log entry.

Example

For an example refer to Log

Requirements

Target Platforms

See Also

Reference

LogEntry Class

LogEntry Members

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