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
ActiveDirectoryReplicationSiteLink()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSiteLink class.
public ActiveDirectoryReplicationSiteLink()
Properties
Cost
Gets or sets the cost of the link.
public int Cost { get; set; }
Property Value
ReplicationFrequency
Gets or sets the replication frequency in minutes.
public int ReplicationFrequency { get; set; }
Property Value
ReplicationSchedule
Gets or sets the schedule on which the link is allowed to replicate.
public byte[] ReplicationSchedule { get; set; }
Property Value
- byte[]
SecurityDescriptor
Gets or sets the security descriptor for the site link.
public ActiveDirectorySecurityDescriptor SecurityDescriptor { get; set; }
Property Value
SiteNames
Gets or sets the names of the sites using the link.
public SerializableStringCollection SiteNames { get; set; }
Property Value
- SerializableStringCollection
TransportProtocol
Gets or sets the transport protocol used by the site link.
public ActiveDirectoryReplicationInterSiteTransportProtocol TransportProtocol { get; set; }
Property Value
TransportProtocolString
Gets the protocol used by the site link.
public string TransportProtocolString { get; set; }
Property Value
Methods
Clone()
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.