BuildSourceProviders.GitProperties.IsUniqueRepoName Method

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

Syntax

'Declaration
Public Shared Function IsUniqueRepoName ( _
    repoName As String _
) As Boolean
public static bool IsUniqueRepoName(
    string repoName
)
public:
static bool IsUniqueRepoName(
    String^ repoName
)
static member IsUniqueRepoName : 
        repoName:string -> bool
public static function IsUniqueRepoName(
    repoName : String
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

BuildSourceProviders.GitProperties Class

Microsoft.TeamFoundation.Build.Common Namespace