Class ActiveDirectoryReplicationServers
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory replication servers.
public class ActiveDirectoryReplicationServers : BypassSection
- Inheritance
-
ActiveDirectoryReplicationServers
- Inherited Members
Constructors
ActiveDirectoryReplicationServers()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationServers class.
public ActiveDirectoryReplicationServers()
Properties
Items
Gets or sets the items in the collection.
public ActiveDirectoryReplicationServerCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the Active Directory replication servers as a human readable string.
public override string ToString()
Returns
- string
The Active Directory replication servers as a human readable string.