BuildParameters.TeamFoundationServer Property

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

Syntax

'Declaration
Public Property TeamFoundationServer As String
public string TeamFoundationServer { get; set; }
public:
property String^ TeamFoundationServer {
    String^ get ();
    void set (String^ value);
}
member TeamFoundationServer : string with get, set
function get TeamFoundationServer () : String
function set TeamFoundationServer (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildParameters Class

Microsoft.TeamFoundation.Build.Server Namespace