Gets the name of the application that generated this event.
[Visual Basic] Public ReadOnly Property Source As String [C#] public string Source {get;} [C++] public: __property String* get_Source(); [JScript] public function get Source() : String;
The application name.
EventLogEntry Class | EventLogEntry Members | System.Diagnostics Namespace