Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.