API Reference
Class
Snapshot (DomainContainerDefaultsService)
Materialized view of default container settings.
Inheritance
- Object
- Snapshot
Constructors
public Snapshot() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name this snapshot represents.
public String DefaultComputerContainer { get; set; } #Distinguished name of the default computer container, when set.
public String DefaultUserContainer { get; set; } #Distinguished name of the default user container, when set.
public Boolean ComputerContainerChanged { get; set; } #True when the computer container differs from the product default (CN=Computers).
public Boolean UserContainerChanged { get; set; } #True when the user container differs from the product default (CN=Users).