IBuildProjectNode.ServerPath Property

Gets or sets the server path of this project.

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 this project.

.NET Framework Security

See Also

Reference

IBuildProjectNode Interface

Microsoft.TeamFoundation.Build.Client Namespace