TestimoX

API Reference

Class

ConnectionInfo

Namespace ADPlayground.Replication
Assembly ADPlayground
Modifiers sealed

Simple replication connection descriptor used by higher-level summaries.

Inheritance

  • Object
  • ConnectionInfo

Constructors

Properties

public String FromServer { get; set; } #

Source server name.

public String ToServer { get; set; } #

Destination server name.

public Boolean Enabled { get; set; } #

True when the connection is enabled.

public String Transport { get; set; } #

Transport name (e.g., RPC/SMTP) when known.

public Boolean IsAutoGenerated { get; set; } #

True when the KCC generated this connection.