|
LogMessageSequence Property |
This value is the sequence number of this message in the log file.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic int Sequence { get; set; }
Public Property Sequence As Integer
Get
Set
public:
property int Sequence {
int get ();
void set (int value);
}
function get_Sequence();
function set_Sequence(value);
Property Value
Type:
Int32
The message's sequence number within the log file.
See Also