Share via


BuildSourceProviders.IsGit Method

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BuildSourceProviders Class

Microsoft.TeamFoundation.Build.Common Namespace