This documentation is archived and is not being maintained.

IRetentionPolicy::BuildStatus Property

Gets or sets the status of the build to which the retention policy applies.

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

property BuildStatus BuildStatus {
	BuildStatus get ();
	void set (BuildStatus value);
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::BuildStatus
The status of the build to which the retention policy applies.

Show: