Table of Contents

Class ActiveDirectoryReplicationServer

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

Represents an Active Directory replication server.

public class ActiveDirectoryReplicationServer : ActiveDirectoryObjectBase, IComparable<ActiveDirectoryObjectBase>
Inheritance
ActiveDirectoryReplicationServer
Implements
Inherited Members

Constructors

ActiveDirectoryReplicationServer()

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

public ActiveDirectoryReplicationServer()

Properties

BridgeheadServerTransports

Gets or sets the bridgehead server transports.

public SerializableStringCollection BridgeheadServerTransports { get; set; }

Property Value

SerializableStringCollection

Connections

Gets or sets the replication connections for the server.

public ActiveDirectoryReplicationConnections Connections { get; set; }

Property Value

ActiveDirectoryReplicationConnections

DomainName

Gets or sets the name of the domain hosted by the server.

public string DomainName { get; set; }

Property Value

string

HasNtdsSettings

Gets or sets whether the server object has NTDS settings.

public BooleanOption HasNtdsSettings { get; set; }

Property Value

BooleanOption

HostName

Gets or sets the fully qualified domain name of the server.

public string HostName { get; set; }

Property Value

string

IsGlobalCatalog

Gets or sets whether the server is a global catalog server.

public BooleanOption IsGlobalCatalog { get; set; }

Property Value

BooleanOption

IsReadOnly

Gets or sets whether the server is a read-only domain controller (RODC).

public BooleanOption IsReadOnly { get; set; }

Property Value

BooleanOption

Location

Gets or sets the location of the server.

public string Location { get; set; }

Property Value

string

QueryPolicy

Gets or sets the query policy.

public string QueryPolicy { get; set; }

Property Value

string

SiteName

Gets or sets the name of the site in which the replication server resides.

public string SiteName { get; set; }

Property Value

string

Methods

Clone()

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

public ActiveDirectoryReplicationServer Clone()

Returns

ActiveDirectoryReplicationServer

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