Table of Contents

Class ActiveDirectoryAccessRule

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

Represents an individual Active Directory access rule.

public class ActiveDirectoryAccessRule : ActiveDirectoryRuleBase, IComparable<ActiveDirectoryRuleBase>
Inheritance
ActiveDirectoryAccessRule
Implements
Inherited Members

Constructors

ActiveDirectoryAccessRule()

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

public ActiveDirectoryAccessRule()

Properties

AccessRuleType

Gets or sets the type of access rule.

public ActiveDirectoryAccessRuleType AccessRuleType { get; set; }

Property Value

ActiveDirectoryAccessRuleType

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 Active Directory access rule as a human readable string in the format "AccountName [Type]".

public override string ToString()

Returns

string

The Active Directory access rule as a human readable string.