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