BuildSourceProviders.IsTfGit Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Function IsTfGit ( _
sourceProvider As String _
) As Boolean
public static bool IsTfGit(
string sourceProvider
)
public:
static bool IsTfGit(
String^ sourceProvider
)
static member IsTfGit :
sourceProvider:string -> bool
public static function IsTfGit(
sourceProvider : String
) : boolean
Parameters
- sourceProvider
Type: System.String
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.