Gets the number of entries in the event log (that is, the number of elements in the System.Diagnostics.EventLogEntry collection).
Documentation for this section has not yet been entered.
An System.Diagnostics.EventLogEntryCollection represents a dynamic list of all the entries in a log. Therefore, the EventLogEntryCollection.Count property can change during the lifetime of the System.Diagnostics.EventLogEntryCollection instance that you create. It is usually best to work with the EventLogEntryCollection.Count property directly instead of assigning its value to a variable.