This documentation is archived and is not being maintained.

IActivityTracking::StartTime Property

Gets or sets the time that the tracked activity began execution.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property DateTime StartTime {
	DateTime get ();
	void set (DateTime value);
}

Property Value

Type: System::DateTime
The time that the tracked activity began execution.

Show: