Table of Contents

Class ActiveDirectoryReplication

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

Represents an Active Directory replication settings.

public class ActiveDirectoryReplication : BaseTypeSection
Inheritance
ActiveDirectoryReplication

Constructors

ActiveDirectoryReplication()

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

public ActiveDirectoryReplication()

Properties

Connections

Gets all replication connections regardless of the server or site to which the connection belongs.

public ActiveDirectoryReplicationConnectionCollection Connections { get; }

Property Value

ActiveDirectoryReplicationConnectionCollection

InterSiteTransports

Gets or sets the replication inter-site transports.

public ActiveDirectoryReplicationInterSiteTransports InterSiteTransports { get; set; }

Property Value

ActiveDirectoryReplicationInterSiteTransports

Servers

Gets all replication servers site regardless of site to which the server belongs.

public ActiveDirectoryReplicationServerCollection Servers { get; }

Property Value

ActiveDirectoryReplicationServerCollection

SiteLinkBridges

Gets all replication site link bridges regardless of the inter-site transport protocol.

public ActiveDirectoryReplicationSiteLinkBridgeCollection SiteLinkBridges { get; }

Property Value

ActiveDirectoryReplicationSiteLinkBridgeCollection

Gets all replication site links regardless of the inter-site transport protocol.

public ActiveDirectoryReplicationSiteLinkCollection SiteLinks { get; }

Property Value

ActiveDirectoryReplicationSiteLinkCollection

Sites

Gets or sets the replication sites.

public ActiveDirectoryReplicationSites Sites { get; set; }

Property Value

ActiveDirectoryReplicationSites

Subnets

Gets or sets the replication subnets.

public ActiveDirectoryReplicationSubnets Subnets { get; set; }

Property Value

ActiveDirectoryReplicationSubnets

Methods

Clone()

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

public ActiveDirectoryReplication Clone()

Returns

ActiveDirectoryReplication

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

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ActiveDirectoryReplication class from the specified XML.

public static ActiveDirectoryReplication FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ActiveDirectoryReplication

A CENTREL.XIA.Configuration.Types.ActiveDirectoryReplication class.