Share via


BuildSourceProviders.GitProperties.CreateUniqueRepoName Method

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

Syntax

'Declaration
Public Shared Function CreateUniqueRepoName ( _
    teamProjectName As String, _
    repoName As String _
) As String
public static string CreateUniqueRepoName(
    string teamProjectName,
    string repoName
)
public:
static String^ CreateUniqueRepoName(
    String^ teamProjectName, 
    String^ repoName
)
static member CreateUniqueRepoName : 
        teamProjectName:string * 
        repoName:string -> string
public static function CreateUniqueRepoName(
    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