Gets the source name to register and use when writing to the event log. This is the source name by
which the application is registered on the local computer.
Namespace:
CuttingEdge.LoggingAssembly: CuttingEdge.Logging (in CuttingEdge.Logging.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Source As String |
| C# |
|---|
public string Source { get; } |
| Visual C++ |
|---|
public: property String^ Source { String^ get (); } |
| JavaScript |
|---|
function get_source(); |