GitQueryCommitsCriteria.Top Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "$top", EmitDefaultValue := False)> _
Public Property Top As Nullable(Of Integer)
[DataMemberAttribute(Name = "$top", EmitDefaultValue = false)]
public Nullable<int> Top { get; set; }
[DataMemberAttribute(Name = L"$top", EmitDefaultValue = false)]
public:
property Nullable<int> Top {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute(Name = "$top", EmitDefaultValue = false)>]
member Top : Nullable<int> with get, set
function get Top () : Nullable<int>
function set Top (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.