This documentation is archived and is not being maintained.

IBuildDetail::DropLocation Property

Gets or sets the location for the output of the build.

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

property String^ DropLocation {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The location for the output of the build.

Typically DropLocationRoot\BuildDefinition.Name\BuildNumber.

Show: