Freigeben über


GitCommitDiffs.BehindCount Property

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

Syntax

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

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

GitCommitDiffs Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace