 | ConnectionConfigurationModelConnectionId Property |
Gets or sets a one-based index for each connection established in a Double-Take instance.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic int ConnectionId { get; set; }
Public Property ConnectionId As Integer
Get
Set
public:
property int ConnectionId {
int get ();
void set (int value);
}
member ConnectionId : int with get, set
Property Value
Type:
Int32
Remarks
This series is reset each time the Double-Take service is restarted.
See Also