Share via


ChangesetChangeTypeSummary.DeletedCount Property

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

Syntax

'Declaration
Public Property DeletedCount As Integer
public int DeletedCount { get; set; }
public:
property int DeletedCount {
    int get ();
    void set (int value);
}
member DeletedCount : int with get, set
function get DeletedCount () : int 
function set DeletedCount (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ChangesetChangeTypeSummary Class

Microsoft.TeamFoundation.VersionControl.Server Namespace