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
- 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.