Click or drag to resize
LogMessageProcessId Property
This value is the process ID of the process that generated the message.

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

Property Value

Type: Int32
The process id of the process that generated this message.
See Also