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!

EventLogEvent Constructor ()

The default constructor, which initializes a new instance of the EventLogEvent class without specifying a value for Entry.

[Visual Basic]
Overloads Public Sub New()
[C#]
public EventLogEvent();
[C++]
public: EventLogEvent();
[JScript]
public function EventLogEvent();

See Also

EventLogEvent Class | EventLogEvent Members | System.Diagnostics Namespace | EventLogEvent Constructor Overload List