Class WindowsEventLogs
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the event logs configured on a Windows machine.
public class WindowsEventLogs : BypassSection
- Inheritance
-
WindowsEventLogs
- Inherited Members
Constructors
WindowsEventLogs()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsEventLogs class.
public WindowsEventLogs()
Properties
Items
Gets or sets the items in the collection.
public WindowsEventLogCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.WindowsEventLogs class from the specified XML.
public static WindowsEventLogs FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- WindowsEventLogs
A CENTREL.XIA.Configuration.Types.WindowsEventLogs class.
ToString()
Returns the event logs as a human readable string - for example "4 Event Logs" or "{Not Documented}".
public override string ToString()
Returns
- string
The event logs as a human readable string.