 | ConnectionInfoModelGuid Property |
Gets or sets the unique ID of the connection.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic Guid Guid { get; set; }
Public Property Guid As Guid
Get
Set
public:
property Guid Guid {
Guid get ();
void set (Guid value);
}
member Guid : Guid with get, set
Property Value
Type:
GuidThe 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