Share via


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

See Also

Reference

ChangeListSearchCriteria Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace