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
CompressionEnabled
Gets or sets whether intersite compression is enabled.
public BooleanOption CompressionEnabled { get; set; }
Property Value
DisplayName
Gets the display name of the connection.
public string DisplayName { get; set; }
Property Value
IsEnabled
Gets or sets whether the connection is enabled.
public BooleanOption IsEnabled { get; set; }
Property Value
IsRodcConnection
Gets or sets whether the connection is a RODC connection.
public BooleanOption IsRodcConnection { get; set; }
Property Value
OverrideNotifyDefault
Gets or sets whether to override the default notifications.
public BooleanOption OverrideNotifyDefault { get; set; }
Property Value
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
SourceServerName
Gets or sets the name of the source server.
public string SourceServerName { get; set; }
Property Value
SourceSiteDistinguishedName
Gets or sets the distinguished name of the source site.
public string SourceSiteDistinguishedName { get; set; }
Property Value
SourceSiteName
Gets or sets the name of the source server.
public string SourceSiteName { get; set; }
Property Value
TransportProtocol
Gets or sets the transport protocol used by the connection.
public ActiveDirectoryReplicationInterSiteTransportProtocol TransportProtocol { get; set; }
Property Value
TransportProtocolString
Gets the protocol used by the connection.
public string TransportProtocolString { get; set; }
Property Value
UseNotify
Gets or sets whether the USE_NOTIFY option is enabled for the connection.
public BooleanOption UseNotify { get; set; }
Property Value
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.