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
DeletedObjectsContainer
Gets or sets the distinguished name of the deleted objects container.
public string DeletedObjectsContainer { get; set; }
Property Value
DomainControllersContainer
Gets or sets the distinguished name of the domain controllers container.
public string DomainControllersContainer { get; set; }
Property Value
ForeignSecurityPrincipalsContainer
Gets or sets the distinguished name of the foreign security principals container.
public string ForeignSecurityPrincipalsContainer { get; set; }
Property Value
LostAndFoundContainer
Gets or sets the distinguished name of the lost and found container.
public string LostAndFoundContainer { get; set; }
Property Value
QuotasContainer
Gets or sets the distinguished name of the quotas container.
public string QuotasContainer { get; set; }
Property Value
SystemContainer
Gets or sets the distinguished name of the system container.
public string SystemContainer { get; set; }
Property Value
UsersContainer
Gets or sets the distinguished name of the users container.
public string UsersContainer { get; set; }
Property Value
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.