|
LogMessageProcessId Property |
This value is the process ID of the process that generated the message.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic int ProcessId { get; set; }
Public Property ProcessId As Integer
Get
Set
public:
property int ProcessId {
int get ();
void set (int value);
}
function get_ProcessId();
function set_ProcessId(value);
Property Value
Type:
Int32
The process id of the process that generated this message.
See Also