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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.