This documentation is archived and is not being maintained.

IBuildAgent::BuildDirectory Property

Gets or sets a path of the build agent working directory.

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

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

Property Value

Type: System::String
The working directory for the build agent.

Show: