This documentation is archived and is not being maintained.

IBuildDetail::KeepForever Property

Gets or sets a flag describing whether the build participates in the retention policy of the build definition or to keep the build forever.

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

property bool KeepForever {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True to keep the build forever. False to follow the retention policy specified in the build definition.

Show: