VersionControlIntegrationUri.TeamFoundationServerUrl Property
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
function get TeamFoundationServerUrl () : String
Property Value
Type: System.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.