The LogEntry type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the LogEntry.
Public propertyIsFixedSize
Gets a value indicating whether the LogEntry has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the LogEntry is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the LogEntry is synchronized (thread-safe).
Public propertyItem
Gets or sets an element with the specified key.
Public propertyKeys
Gets an ICollection containing the keys of this LogEntry.
Public propertySyncRoot
This operation is not supported.
Public propertyValues
Gets an ICollection containing the values of this LogEntry.

See Also