BuildSourceProviders.GitProperties.IsGitUri Method (String)

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

BuildSourceProviders.GitProperties Class

IsGitUri Overload

Microsoft.TeamFoundation.Build.Common Namespace