|
EngineControlStatusConnectionId Property |
This value is a unique ID that needs to be provided to the replication engine control methods for controlling the replication engine connection.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic Guid ConnectionId { get; set; }
Public Property ConnectionId As Guid
Get
Set
public:
property Guid ConnectionId {
Guid get ();
void set (Guid value);
}
function get_ConnectionId();
function set_ConnectionId(value);
Property Value
Type:
GuidThe connection id.
Remarks
This is a unique id that needs be provided to the engine control methods for
controlling the engine connection represented by this instance.
See Also