IReference.

ReferenceTargetId Property

Summary

Gets the resolved object ID that this reference ultimately points to, or null for a broken reference.
Namespace
GitVersion.Git
Containing Type
IReference

Syntax

IObjectId ReferenceTargetId { get; }

Value

Type Description
IObjectId
GitHub