Table of Contents

Class ActiveDirectoryReplicationConnections

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Active Directory replication connections.

public class ActiveDirectoryReplicationConnections : BaseTypeSection
Inheritance
ActiveDirectoryReplicationConnections

Constructors

ActiveDirectoryReplicationConnections()

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

public ActiveDirectoryReplicationConnections()

Properties

Items

Gets or sets the items in the collection.

public ActiveDirectoryReplicationConnectionCollection Items { get; set; }

Property Value

ActiveDirectoryReplicationConnectionCollection

Methods

ToString()

Returns the Active Directory replication connections as a human readable string.

public override string ToString()

Returns

string

The Active Directory replication connections as a human readable string.