Share via


GitObjectId Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

GitObjectId Class

GitObjectId Overload

Microsoft.TeamFoundation.SourceControl.WebApi.Types.Git Namespace