Class ActiveDirectoryOperationsMasters
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the operations masters for a Microsoft Active Directory domain.
public class ActiveDirectoryOperationsMasters : BypassSection
- Inheritance
-
ActiveDirectoryOperationsMasters
- Inherited Members
Constructors
ActiveDirectoryOperationsMasters()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryOperationsMasters class.
public ActiveDirectoryOperationsMasters()
Properties
DomainNamingMaster
Gets or sets the domain naming master.
public string DomainNamingMaster { get; set; }
Property Value
InfrastructureMaster
Gets or sets the infrastructure master.
public string InfrastructureMaster { get; set; }
Property Value
PdcEmulator
Gets or sets the PDC emulator operations master.
public string PdcEmulator { get; set; }
Property Value
RidMaster
Gets or sets the RID master.
public string RidMaster { get; set; }
Property Value
SchemaMaster
Gets or sets the schema master.
public string SchemaMaster { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryOperationsMasters object.
public ActiveDirectoryOperationsMasters Clone()
Returns
- ActiveDirectoryOperationsMasters
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryOperationsMasters object.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ActiveDirectoryOperationsMasters class from the specified XML.
public static ActiveDirectoryOperationsMasters FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ActiveDirectoryOperationsMasters
A CENTREL.XIA.Configuration.Types.ActiveDirectoryOperationsMasters class.
ToString()
Returns the operations masters details as a human readable string.
public override string ToString()
Returns
- string
The operations masters details as a human readable string.