Share via


GitBranchStats.AheadCount Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AheadCount As Integer
[DataMemberAttribute]
public int AheadCount { get; set; }
[DataMemberAttribute]
public:
property int AheadCount {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member AheadCount : int with get, set
function get AheadCount () : int 
function set AheadCount (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

GitBranchStats Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace