Click or drag to resize
ConnectionInfoModelGuid Property
Gets or sets the unique ID of the connection.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public Guid Guid { get; set; }

Property Value

Type: Guid
The GUID.
Remarks
This ID is generated by the Management Service and combines the multiple items required to uniquely identify a Double-Take engine connection into one. The two items required to uniquely identify a Double-Take engine connection are the replication set name and the target route.
See Also