This documentation is archived and is not being maintained.

IRetentionPolicy::DeleteOptions Property

Gets or sets the parts of the build to delete.

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

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

Property Value

Type: Microsoft.TeamFoundation.Build.Client::DeleteOptions
The parts of the build to delete.

Show: