Bagikan melalui


ChangesetChangeTypeSummary.AddedCount Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ChangesetChangeTypeSummary Class

Microsoft.TeamFoundation.VersionControl.Server Namespace