Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.