API Reference
Class
ConnectionItem
Per-connection posture item.
Inheritance
- Object
- ConnectionItem
Constructors
public ConnectionItem() #Inherited Methods
Properties
public String Name { get; set; } #Connection name.
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.