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
- 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.