GitItem.LatestProcessedChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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