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.Entry

Represents an event log entry.

[Visual Basic]
Public Entry As EventLogEntry
[C#]
public EventLogEntry Entry;
[C++]
public: EventLogEntry* Entry;
[JScript]
public var Entry : EventLogEntry;

See Also

EventLogEvent Class | EventLogEvent Members | System.Diagnostics Namespace