Share via


VersionControlProjectInfo.SupportsGit Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SupportsGit As Boolean
[DataMemberAttribute(EmitDefaultValue = false)]
public bool SupportsGit { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool SupportsGit {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SupportsGit : bool with get, set
function get SupportsGit () : boolean 
function set SupportsGit (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VersionControlProjectInfo Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace