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!

EventLogTraceListener.EventLog

The event log to write to.

[Visual Basic]
Overridable Public Property EventLog As EventLog
[C#]
public EventLog EventLog {virtual get; virtual set;}
[C++]
public: __property virtual EventLog* get_EventLog();
public: __property virtual void set_EventLog(EventLog*);
[JScript]
public function get EventLog() : EventLog;
public function set EventLog(EventLog);

See Also

EventLogTraceListener Class | EventLogTraceListener Members | System.Diagnostics Namespace