Table of Contents

Class WindowsEventLogEntries

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the recent event log entries.

public class WindowsEventLogEntries : BypassSection
Inheritance
WindowsEventLogEntries
Inherited Members

Constructors

WindowsEventLogEntries()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsEventLogEntries class.

public WindowsEventLogEntries()

Properties

Items

Gets or sets the items in the collection.

public WindowsEventLogEntryCollection Items { get; set; }

Property Value

WindowsEventLogEntryCollection

MaximumEntriesRead

Gets or sets the maximum number of event log entries that the client was configured to read.

public long MaximumEntriesRead { get; set; }

Property Value

long

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.WindowsEventLogEntries class from the specified XML.

public static WindowsEventLogEntries FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

WindowsEventLogEntries

A CENTREL.XIA.Configuration.Types.WindowsEventLogEntries class.

ToString()

Returns the event log entries as a human readable string - for example "4 Event Log Entries" or "{Not Documented}".

public override string ToString()

Returns

string

The event log entries as a human readable string.