|   | ManagedThreadStartTime Property | 
        
        
            Get the time, in ticks, that the thread started executing
            
        
        Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic Ticks StartTime { get; }Public ReadOnly Property StartTime As Ticks
	Get
public:
property Ticks StartTime {
	Ticks get ();
}member StartTime : Ticks with get
function get_StartTime();
Property Value
Ticks See Also
See Also