Class WindowsEventLogAccessRules
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Windows event log access rules.
public class WindowsEventLogAccessRules : GlobalSerializableClassicBase
- Inheritance
-
WindowsEventLogAccessRules
Constructors
WindowsEventLogAccessRules()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsEventLogAccessRules class.
public WindowsEventLogAccessRules()
Properties
Items
Gets or sets the items in the collection.
public WindowsEventLogAccessRuleCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.WindowsEventLogAccessRules class from the specified XML.
public static WindowsEventLogAccessRules FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- WindowsEventLogAccessRules
A CENTREL.XIA.Configuration.Types.WindowsEventLogAccessRules class.
ToString()
Returns the event log access rules as a readable string.
public override string ToString()
Returns
- string
The event log access rules as a readable string.