API Reference
Class
ConnectionItem
Per-connection posture item.
Inheritance
- Object
- ConnectionItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property View.CrossSiteWithoutNotify
- Property View.DisabledConnections
- Property View.Items
- Property View.ManualEnabledConnections
- Property View.SameSiteWithNotify
Constructors
public ConnectionItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.