EventLogSettings.SourceName Property

Definition

Name of the event log source. If null or not specified, "Application" is the default.

public:
 property System::String ^ SourceName { System::String ^ get(); void set(System::String ^ value); };
public string SourceName { get; set; }
public string? SourceName { get; set; }
member this.SourceName : string with get, set
Public Property SourceName As String

Property Value

Applies to