Table of Contents

Class WindowsRegistryAccessRules

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

Represents a collection of Windows registry access rules.

public class WindowsRegistryAccessRules : GlobalSerializableClassicBase
Inheritance
WindowsRegistryAccessRules

Constructors

WindowsRegistryAccessRules()

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

public WindowsRegistryAccessRules()

Properties

Items

Gets or sets the items in the collection.

public WindowsRegistryAccessRuleCollection Items { get; set; }

Property Value

WindowsRegistryAccessRuleCollection

Methods

FromXml(string)

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

public static WindowsRegistryAccessRules FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

WindowsRegistryAccessRules

A CENTREL.XIA.Configuration.Types.WindowsRegistryAccessRules class.

ToString()

Returns the registry access rules as a readable string.

public override string ToString()

Returns

string

The registry access rules as a readable string.