Share via


GitRef Constructor (String, 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, _
    objectId As String _
)
public GitRef(
    string name,
    string objectId
)
public:
GitRef(
    String^ name, 
    String^ objectId
)
new : 
        name:string * 
        objectId:string -> GitRef
public function GitRef(
    name : String, 
    objectId : String
)

Parameters

.NET Framework Security

See Also

Reference

GitRef Class

GitRef Overload

Microsoft.TeamFoundation.SourceControl.WebApi Namespace