Table of Contents

Class WindowsRegistryAccessRule

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

Represents an individual registry access rule.

public class WindowsRegistryAccessRule : WindowsRegistryRuleBase, IComparable<WindowsRegistryRuleBase>
Inheritance
WindowsRegistryAccessRule
Implements
Inherited Members

Constructors

WindowsRegistryAccessRule()

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

public WindowsRegistryAccessRule()

Properties

AccessRuleType

Gets or sets the type of access rule.

public WindowsRegistryAccessRuleType AccessRuleType { get; set; }

Property Value

WindowsRegistryAccessRuleType

AccessRuleTypeString

Gets the type of access rule.

public string AccessRuleTypeString { get; set; }

Property Value

string

CollectionDisplayField

Gets the collection display field.

[Browsable(false)]
public string CollectionDisplayField { get; }

Property Value

string

CollectionIndex

Gets the unique collection index.

[Browsable(false)]
public string CollectionIndex { get; }

Property Value

string

Methods

ToString()

Returns this registry access rule as a human readable string in the format "AccountName [Type]".

public override string ToString()

Returns

string

The registry access rule as a human readable string.