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)

Syntax

'Declaration
Property ServerPath As String
string ServerPath { get; set; }
property String^ ServerPath {
    String^ get ();
    void set (String^ value);
}
abstract ServerPath : string with get, set
function get ServerPath () : String 
function set ServerPath (value : String)

Property Value

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

.NET Framework Security

See Also

Reference

IBuildErrorBase Interface

Microsoft.TeamFoundation.Build.Client Namespace