|
LogMessageThreadId Property |
This value is the thread ID of the thread 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 ThreadId { get; set; }Public Property ThreadId As Integer
Get
Set
public:
property int ThreadId {
int get ();
void set (int value);
}function get_ThreadId();
function set_ThreadId(value);
Property Value
Type:
Int32The thread id.
See Also