Share via


GitBranchStats.BehindCount Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

GitBranchStats Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace