Class ActiveDirectoryReplicationSiteLinkBridge
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory replication site link bridge.
public class ActiveDirectoryReplicationSiteLinkBridge : ActiveDirectoryObjectBase, IComparable<ActiveDirectoryObjectBase>
- Inheritance
-
ActiveDirectoryReplicationSiteLinkBridge
- Implements
- Inherited Members
Constructors
ActiveDirectoryReplicationSiteLinkBridge()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSiteLinkBridge class.
public ActiveDirectoryReplicationSiteLinkBridge()
Properties
SiteLinkNames
Gets or sets the names of the sites links in the site link bridge.
public SerializableStringCollection SiteLinkNames { get; set; }
Property Value
- SerializableStringCollection
TransportProtocol
Gets or sets the transport protocol used by the site link bridge.
public ActiveDirectoryReplicationInterSiteTransportProtocol TransportProtocol { get; set; }
Property Value
TransportProtocolString
Gets the protocol used by the site link bridge.
public string TransportProtocolString { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSiteLinkBridge object.
public ActiveDirectoryReplicationSiteLinkBridge Clone()
Returns
- ActiveDirectoryReplicationSiteLinkBridge
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSiteLinkBridge object.