VersionControlIntegrationUri.TeamFoundationServerUrl Property

Returns the Url of the Team Foundation server

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

VersionControlIntegrationUri Class

Microsoft.TeamFoundation.VersionControl.Common Namespace