Share via


GitBranchDiff.BehindCount Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

GitBranchDiff Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace