Edit

GitItem.LatestProcessedChange Property

Definition

Shallow ref to commit that last changed this item Only populated if latestProcessedChange is requested May not be accurate if latest change is not yet cached

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef LatestProcessedChange { get; set; }
member this.LatestProcessedChange : Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef with get, set
Public Property LatestProcessedChange As GitCommitRef

Property Value

Attributes

Applies to