Click or drag to resize

LogMessageSequence Property

This value is the sequence number of this message in the log file.

Namespace:  DoubleTake.Common.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public int Sequence { get; set; }

Property Value

Type: Int32
The message's sequence number within the log file.
See Also