Table of Contents

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

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSiteLinks class.

public ActiveDirectoryReplicationSiteLinks()

Properties

Gets or sets the items in the collection.

public ActiveDirectoryReplicationSiteLinkCollection Items { get; set; }

Property Value

ActiveDirectoryReplicationSiteLinkCollection

Methods

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.