Table of Contents

Class ActiveDirectoryReplicationInterSiteTransport

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

Represents an Active Directory replication inter-site transport.

public class ActiveDirectoryReplicationInterSiteTransport : BaseTypeSection
Inheritance
ActiveDirectoryReplicationInterSiteTransport

Constructors

ActiveDirectoryReplicationInterSiteTransport()

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

public ActiveDirectoryReplicationInterSiteTransport()

Properties

Gets or sets whether replication can occur transitively between sites that are not connected directly by a site link. This option is enabled by default.

public BooleanOption BridgeAllSiteLinks { get; set; }

Property Value

BooleanOption

Description

Gets or sets the description of the transport.

public string Description { get; set; }

Property Value

string

IgnoreSchedules

Gets or sets whether schedules should be ignored and replication occur regardless of any scheduled days and hours.

public BooleanOption IgnoreSchedules { get; set; }

Property Value

BooleanOption

SiteLinkBridges

Gets or sets the replication site link bridges.

public ActiveDirectoryReplicationSiteLinkBridges SiteLinkBridges { get; set; }

Property Value

ActiveDirectoryReplicationSiteLinkBridges

Gets or sets the replication site links.

public ActiveDirectoryReplicationSiteLinks SiteLinks { get; set; }

Property Value

ActiveDirectoryReplicationSiteLinks

TransportProtocol

Gets or sets the transport protocol.

public ActiveDirectoryReplicationInterSiteTransportProtocol TransportProtocol { get; set; }

Property Value

ActiveDirectoryReplicationInterSiteTransportProtocol

TransportProtocolString

Gets the transport protocol.

public string TransportProtocolString { get; set; }

Property Value

string

Methods

Clone()

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

public ActiveDirectoryReplicationInterSiteTransport Clone()

Returns

ActiveDirectoryReplicationInterSiteTransport

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