Share via


MergeSummary.TotalCommon Property

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

Syntax

'宣言
Public Property TotalCommon As Integer
    Get
    Set
public int TotalCommon { get; set; }
public:
property int TotalCommon {
    int get ();
    void set (int value);
}
member TotalCommon : int with get, set
function get TotalCommon () : int
function set TotalCommon (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

MergeSummary Class

Microsoft.TeamFoundation.VersionControl.Common Namespace