TestimoX

API Reference

Class

ConnectionItem

Namespace ADPlayground.Replication.ForestSiteConnectionPostureService
Assembly ADPlayground
Modifiers sealed

Per-connection posture item.

Inheritance

  • Object
  • ConnectionItem

Constructors

Properties

public String DestinationSite { get; set; } #

Destination site.

public String SourceSite { get; set; } #

Source site.

public String DestinationServer { get; set; } #

Destination server.

public String SourceServer { get; set; } #

Source server.

public String TransportType { get; set; } #

Transport type string.

public Boolean Enabled { get; set; } #

Whether the connection is enabled.

public Boolean GeneratedByKcc { get; set; } #

Whether the KCC generated the connection.

public Boolean IsCrossSite { get; set; } #

Whether the connection is cross-site.

public Boolean UsesNotify { get; set; } #

Whether the connection uses change notifications.

public String NotificationStatus { get; set; } #

Notification status as a string.

public Boolean ReplicationScheduleOwnedByUser { get; set; } #

Whether the connection uses a user-owned schedule.