GitCommitRef.ChangeCounts 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.
Counts of the types of changes (edits, deletes, etc.) included with the commit.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="changeCounts")]
public Microsoft.TeamFoundation.SourceControl.WebApi.ChangeCountDictionary ChangeCounts { get; set; }
member this.ChangeCounts : Microsoft.TeamFoundation.SourceControl.WebApi.ChangeCountDictionary with get, set
Public Property ChangeCounts As ChangeCountDictionary
Property Value
- Attributes