Share via


TestRunContextEvent.TeamFoundationServerUri Property

Gets the uniform resource identifier (URI) of the Team Foundation Server that contains this test run.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property TeamFoundationServerUri As String
public string TeamFoundationServerUri { get; }
public:
property String^ TeamFoundationServerUri {
    String^ get ();
}
member TeamFoundationServerUri : string with get
function get TeamFoundationServerUri () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TestRunContextEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace