Share via


GitRef Constructor (String)

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public GitRef(
    string name
)
public:
GitRef(
    String^ name
)
new : 
        name:string -> GitRef
public function GitRef(
    name : String
)

Parameters

.NET Framework Security

See Also

Reference

GitRef Class

GitRef Overload

Microsoft.TeamFoundation.SourceControl.WebApi Namespace