Share via


TfsGitCommitMetadata.ChangeCounts Property

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Property ChangeCounts As Dictionary(Of TfsGitChangeType, Integer)
public Dictionary<TfsGitChangeType, int> ChangeCounts { get; set; }
public:
property Dictionary<TfsGitChangeType, int>^ ChangeCounts {
    Dictionary<TfsGitChangeType, int>^ get ();
    void set (Dictionary<TfsGitChangeType, int>^ value);
}
member ChangeCounts : Dictionary<TfsGitChangeType, int> with get, set
function get ChangeCounts () : Dictionary<TfsGitChangeType, int>
function set ChangeCounts (value : Dictionary<TfsGitChangeType, int>)

Property Value

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

.NET Framework Security

See Also

Reference

TfsGitCommitMetadata Class

Microsoft.TeamFoundation.Git.Server Namespace