Table of Contents

Class ActiveDirectoryReplicationConnection

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

Represents an Active Directory replication connection.

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

Constructors

ActiveDirectoryReplicationConnection()

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

public ActiveDirectoryReplicationConnection()

Properties

AutoGenerated

Gets or sets whether the connection is automatically generated by the KCC.

public BooleanOption AutoGenerated { get; set; }

Property Value

BooleanOption

CompressionEnabled

Gets or sets whether intersite compression is enabled.

public BooleanOption CompressionEnabled { get; set; }

Property Value

BooleanOption

DisplayName

Gets the display name of the connection.

public string DisplayName { get; set; }

Property Value

string

IsEnabled

Gets or sets whether the connection is enabled.

public BooleanOption IsEnabled { get; set; }

Property Value

BooleanOption

IsRodcConnection

Gets or sets whether the connection is a RODC connection.

public BooleanOption IsRodcConnection { get; set; }

Property Value

BooleanOption

OverrideNotifyDefault

Gets or sets whether to override the default notifications.

public BooleanOption OverrideNotifyDefault { get; set; }

Property Value

BooleanOption

PartiallyReplicatedNamingContexts

Gets or sets the partially replicated naming contexts.

public SerializableStringCollection PartiallyReplicatedNamingContexts { get; set; }

Property Value

SerializableStringCollection

ReplicatedNamingContexts

Gets or sets the replicated naming contexts.

public SerializableStringCollection ReplicatedNamingContexts { get; set; }

Property Value

SerializableStringCollection

ReplicationSchedule

Gets or sets the schedule on which the connection is allowed to replicate.

public byte[] ReplicationSchedule { get; set; }

Property Value

byte[]

SourceServerDistinguishedName

Gets or sets the distinguished name of the source server.

public string SourceServerDistinguishedName { get; set; }

Property Value

string

SourceServerName

Gets or sets the name of the source server.

public string SourceServerName { get; set; }

Property Value

string

SourceSiteDistinguishedName

Gets or sets the distinguished name of the source site.

public string SourceSiteDistinguishedName { get; set; }

Property Value

string

SourceSiteName

Gets or sets the name of the source server.

public string SourceSiteName { get; set; }

Property Value

string

TransportProtocol

Gets or sets the transport protocol used by the connection.

public ActiveDirectoryReplicationInterSiteTransportProtocol TransportProtocol { get; set; }

Property Value

ActiveDirectoryReplicationInterSiteTransportProtocol

TransportProtocolString

Gets the protocol used by the connection.

public string TransportProtocolString { get; set; }

Property Value

string

UseNotify

Gets or sets whether the USE_NOTIFY option is enabled for the connection.

public BooleanOption UseNotify { get; set; }

Property Value

BooleanOption

Methods

Clone()

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

public ActiveDirectoryReplicationConnection Clone()

Returns

ActiveDirectoryReplicationConnection

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