Share via


GitCommitRef.ChangeCounts Property

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ChangeCounts As ChangeCountDictionary
[DataMemberAttribute(EmitDefaultValue = false)]
public ChangeCountDictionary ChangeCounts { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property ChangeCountDictionary^ ChangeCounts {
    ChangeCountDictionary^ get ();
    void set (ChangeCountDictionary^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ChangeCounts : ChangeCountDictionary with get, set
function get ChangeCounts () : ChangeCountDictionary 
function set ChangeCounts (value : ChangeCountDictionary)

Property Value

Type: Microsoft.TeamFoundation.SourceControl.WebApi.ChangeCountDictionary

.NET Framework Security

See Also

Reference

GitCommitRef Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace