|
LogMessageProcessId Property |
This value is the process ID of the process that generated the message.
Namespace: DoubleTake.Diagnostics.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
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:
Int32The process id.
See Also