Gets the name of the computer on which this entry was generated.
[Visual Basic] Public ReadOnly Property MachineName As String [C#] public string MachineName {get;} [C++] public: __property String* get_MachineName(); [JScript] public function get MachineName() : String;
The name of the computer on which this entry was generated.
EventLogEntry Class | EventLogEntry Members | System.Diagnostics Namespace