BuildSourceProviders.GitProperties.GetRepositoryName Method

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

Syntax

'Declaration
Public Shared Function GetRepositoryName ( _
    propertyBag As IDictionary(Of String, String), _
    <OutAttribute> ByRef teamProjectName As String, _
    <OutAttribute> ByRef repositoryName As String _
) As Boolean
public static bool GetRepositoryName(
    IDictionary<string, string> propertyBag,
    out string teamProjectName,
    out string repositoryName
)
public:
static bool GetRepositoryName(
    IDictionary<String^, String^>^ propertyBag, 
    [OutAttribute] String^% teamProjectName, 
    [OutAttribute] String^% repositoryName
)
static member GetRepositoryName : 
        propertyBag:IDictionary<string, string> * 
        teamProjectName:string byref * 
        repositoryName:string byref -> bool
public static function GetRepositoryName(
    propertyBag : IDictionary<String, String>, 
    teamProjectName : String, 
    repositoryName : String
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

BuildSourceProviders.GitProperties Class

Microsoft.TeamFoundation.Build.Common Namespace