NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventLogEntry.MachineName

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;

Property Value

The name of the computer on which this entry was generated.

See Also

EventLogEntry Class | EventLogEntry Members | System.Diagnostics Namespace