BuildSourceProviders.GitProperties.CreateGitRepositoryUrl Method

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Shared Function CreateGitRepositoryUrl ( _
    collectionUrl As String, _
    teamProjectName As String, _
    repoName As String _
) As String
public static string CreateGitRepositoryUrl(
    string collectionUrl,
    string teamProjectName,
    string repoName
)
public:
static String^ CreateGitRepositoryUrl(
    String^ collectionUrl, 
    String^ teamProjectName, 
    String^ repoName
)
static member CreateGitRepositoryUrl : 
        collectionUrl:string * 
        teamProjectName:string * 
        repoName:string -> string
public static function CreateGitRepositoryUrl(
    collectionUrl : String, 
    teamProjectName : String, 
    repoName : String
) : String

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildSourceProviders.GitProperties Class

Microsoft.TeamFoundation.Build.Common Namespace