Share via


BuildSourceProviders.IsTfVersionControl Method

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BuildSourceProviders Class

Microsoft.TeamFoundation.Build.Common Namespace