This documentation is archived and is not being maintained.

IBuildErrorBase::ServerPath Property

Gets or sets the server path of the file, if it can be determined.

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

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

Property Value

Type: System::String
The server path of the file, if it can be determined.

Show: