Table of Contents

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

string

InfrastructureMaster

Gets or sets the infrastructure master.

public string InfrastructureMaster { get; set; }

Property Value

string

PdcEmulator

Gets or sets the PDC emulator operations master.

public string PdcEmulator { get; set; }

Property Value

string

RidMaster

Gets or sets the RID master.

public string RidMaster { get; set; }

Property Value

string

SchemaMaster

Gets or sets the schema master.

public string SchemaMaster { get; set; }

Property Value

string

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 string

The 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.