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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.