Share via


ChangeList<T>.ChangeCounts Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "changeCounts", EmitDefaultValue := False)> _
Public Property ChangeCounts As Dictionary(Of VersionControlChangeType, Integer)
[DataMemberAttribute(Name = "changeCounts", EmitDefaultValue = false)]
public Dictionary<VersionControlChangeType, int> ChangeCounts { get; set; }
[DataMemberAttribute(Name = L"changeCounts", EmitDefaultValue = false)]
public:
property Dictionary<VersionControlChangeType, int>^ ChangeCounts {
    Dictionary<VersionControlChangeType, int>^ get ();
    void set (Dictionary<VersionControlChangeType, int>^ value);
}
[<DataMemberAttribute(Name = "changeCounts", EmitDefaultValue = false)>]
member ChangeCounts : Dictionary<VersionControlChangeType, int> with get, set
function get ChangeCounts () : Dictionary<VersionControlChangeType, int>
function set ChangeCounts (value : Dictionary<VersionControlChangeType, int>)

Property Value

Type: System.Collections.Generic.Dictionary<VersionControlChangeType, Int32>

.NET Framework Security

See Also

Reference

ChangeList<T> Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace