BuildSourceProviders.GitProperties.ParseUniqueRepoName Method

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

Syntax

'Declaration
Public Shared Function ParseUniqueRepoName ( _
    uniqueRepoName As String, _
    <OutAttribute> ByRef teamProjectName As String, _
    <OutAttribute> ByRef repoName As String _
) As Boolean
public static bool ParseUniqueRepoName(
    string uniqueRepoName,
    out string teamProjectName,
    out string repoName
)
public:
static bool ParseUniqueRepoName(
    String^ uniqueRepoName, 
    [OutAttribute] String^% teamProjectName, 
    [OutAttribute] String^% repoName
)
static member ParseUniqueRepoName : 
        uniqueRepoName:string * 
        teamProjectName:string byref * 
        repoName:string byref -> bool
public static function ParseUniqueRepoName(
    uniqueRepoName : String, 
    teamProjectName : String, 
    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