This documentation is archived and is not being maintained.

IBuildDetail::DropLocationRoot Property

Gets the root drop location of the build.

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

property String^ DropLocationRoot {
	String^ get ();
}

Property Value

Type: System::String
The root drop location of the build.

This will be either the DefaultDropLocation specified in the build definition, or the overridden DropLocation in the build request.

Show: