Share via


ChangesetChangeTypeSummary.EditedCount Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ChangesetChangeTypeSummary Class

Microsoft.TeamFoundation.VersionControl.Server Namespace