TestStepBaseThreadId Property |
Gets the thread identifier.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax protected long ThreadId { get; }
Protected ReadOnly Property ThreadId As Long
Get
protected:
property long long ThreadId {
long long get ();
}
member ThreadId : int64 with get
Property Value
Type:
Int64
The thread identifier.
See Also