Class ActiveDirectoryReplication
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory replication settings.
public class ActiveDirectoryReplication : BaseTypeSection
- Inheritance
-
ActiveDirectoryReplication
Constructors
ActiveDirectoryReplication()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplication class.
public ActiveDirectoryReplication()
Properties
Connections
Gets all replication connections regardless of the server or site to which the connection belongs.
public ActiveDirectoryReplicationConnectionCollection Connections { get; }
Property Value
InterSiteTransports
Gets or sets the replication inter-site transports.
public ActiveDirectoryReplicationInterSiteTransports InterSiteTransports { get; set; }
Property Value
Servers
Gets all replication servers site regardless of site to which the server belongs.
public ActiveDirectoryReplicationServerCollection Servers { get; }
Property Value
SiteLinkBridges
Gets all replication site link bridges regardless of the inter-site transport protocol.
public ActiveDirectoryReplicationSiteLinkBridgeCollection SiteLinkBridges { get; }
Property Value
SiteLinks
Gets all replication site links regardless of the inter-site transport protocol.
public ActiveDirectoryReplicationSiteLinkCollection SiteLinks { get; }
Property Value
Sites
Gets or sets the replication sites.
public ActiveDirectoryReplicationSites Sites { get; set; }
Property Value
Subnets
Gets or sets the replication subnets.
public ActiveDirectoryReplicationSubnets Subnets { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryReplication object.
public ActiveDirectoryReplication Clone()
Returns
- ActiveDirectoryReplication
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryReplication object.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ActiveDirectoryReplication class from the specified XML.
public static ActiveDirectoryReplication FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ActiveDirectoryReplication
A CENTREL.XIA.Configuration.Types.ActiveDirectoryReplication class.