Class ActiveDirectoryReplicationInterSiteTransports
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory replication inter-site transports.
public class ActiveDirectoryReplicationInterSiteTransports : BypassSection
- Inheritance
-
ActiveDirectoryReplicationInterSiteTransports
- Inherited Members
Constructors
ActiveDirectoryReplicationInterSiteTransports()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationInterSiteTransports class.
public ActiveDirectoryReplicationInterSiteTransports()
Properties
IP
Gets or sets the IP inter-site transport.
public ActiveDirectoryReplicationInterSiteTransport IP { get; set; }
Property Value
Smtp
Gets or sets the SMTP inter-site transport.
public ActiveDirectoryReplicationInterSiteTransport Smtp { get; set; }
Property Value
Methods
ToString()
Returns the Active Directory inter-site transports as a human readable string.
public override string ToString()
Returns
- string
The Active Directory inter-site transports as a human readable string.