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