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