Share via


GitCommitDiffs.AheadCount Property

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

Syntax

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

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

GitCommitDiffs Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace