Table of Contents

Class ActiveDirectoryDomainWellKnownContainers

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

Represents the well known containers for a Microsoft Active Directory domain.

public class ActiveDirectoryDomainWellKnownContainers : GlobalSerializableClassicBase
Inheritance
ActiveDirectoryDomainWellKnownContainers

Constructors

ActiveDirectoryDomainWellKnownContainers()

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

public ActiveDirectoryDomainWellKnownContainers()

Properties

ComputersContainer

Gets or sets the distinguished name of the computers container.

public string ComputersContainer { get; set; }

Property Value

string

DeletedObjectsContainer

Gets or sets the distinguished name of the deleted objects container.

public string DeletedObjectsContainer { get; set; }

Property Value

string

DomainControllersContainer

Gets or sets the distinguished name of the domain controllers container.

public string DomainControllersContainer { get; set; }

Property Value

string

ForeignSecurityPrincipalsContainer

Gets or sets the distinguished name of the foreign security principals container.

public string ForeignSecurityPrincipalsContainer { get; set; }

Property Value

string

LostAndFoundContainer

Gets or sets the distinguished name of the lost and found container.

public string LostAndFoundContainer { get; set; }

Property Value

string

QuotasContainer

Gets or sets the distinguished name of the quotas container.

public string QuotasContainer { get; set; }

Property Value

string

SystemContainer

Gets or sets the distinguished name of the system container.

public string SystemContainer { get; set; }

Property Value

string

UsersContainer

Gets or sets the distinguished name of the users container.

public string UsersContainer { get; set; }

Property Value

string

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainWellKnownContainers object.

public ActiveDirectoryDomainWellKnownContainers Clone()

Returns

ActiveDirectoryDomainWellKnownContainers

A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainWellKnownContainers object.