|
SourceQueueSnapshotEntryCorrelationId Property
|
This value is the Coordinated ID for the snapshot.
Namespace:
DoubleTake.Core.Contract.ConnectionAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic Guid CorrelationId { get; set; }
Public Property CorrelationId As Guid
Get
Set
public:
property Guid CorrelationId {
Guid get ();
void set (Guid value);
}
function get_CorrelationId();
function set_CorrelationId(value);
Property Value
Type:
Guid
The unique identifier of this snapshot.
See Also