Table of Contents

Class ActiveDirectoryReplicationSiteLink

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

Represents an Active Directory replication site link.

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

Constructors

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

public ActiveDirectoryReplicationSiteLink()

Properties

Gets or sets the cost of the link.

public int Cost { get; set; }

Property Value

int

Gets or sets the replication frequency in minutes.

public int ReplicationFrequency { get; set; }

Property Value

int

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

public byte[] ReplicationSchedule { get; set; }

Property Value

byte[]

Gets or sets the security descriptor for the site link.

public ActiveDirectorySecurityDescriptor SecurityDescriptor { get; set; }

Property Value

ActiveDirectorySecurityDescriptor

Gets or sets the names of the sites using the link.

public SerializableStringCollection SiteNames { get; set; }

Property Value

SerializableStringCollection

Gets or sets the transport protocol used by the site link.

public ActiveDirectoryReplicationInterSiteTransportProtocol TransportProtocol { get; set; }

Property Value

ActiveDirectoryReplicationInterSiteTransportProtocol

Gets the protocol used by the site link.

public string TransportProtocolString { get; set; }

Property Value

string

Methods

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

public ActiveDirectoryReplicationSiteLink Clone()

Returns

ActiveDirectoryReplicationSiteLink

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