Click or drag to resize

LogMessage.ProcessId 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.3.0.0
Syntax
public int ProcessId { get; set; }

Property Value

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