TestToolsTask.PublishServer Property

The Team Foundation Server to which test results should be published This was replaced with TeamFoundationServerUrl. It is left here for backward compatibility.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TestToolsTask Class

Microsoft.TeamFoundation.Build.Tasks Namespace