This documentation is archived and is not being maintained.

IBuildErrorBase::Timestamp Property

Gets or sets the time at which the error or warning occurred.

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

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

Property Value

Type: System::DateTime
The time at which the error or warning occurred.

Show: