This documentation is archived and is not being maintained.

IBuildProjectNode::FinishTime Property

Gets or sets the time when the invocation of the project was completed.

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

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

Property Value

Type: System::DateTime
The time when the invocation of the project was completed.

Show: