This documentation is archived and is not being maintained.

IBuildProjectNode::LocalPath Property

Gets or sets the local path of this project.

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

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

Property Value

Type: System::String
The local path of this project.

Show: