Web API Core | ComponentOne
C1.Web.Api.DataEngine.Models Namespace / EngineRequestWithPaging Class / Top Property

In This Topic
    Top Property (EngineRequestWithPaging)
    In This Topic
    Gets or sets a System.Int32, which indicates the count of the data requested.
    Syntax
    'Declaration
     
    
    Public Property Top As Integer
    public int Top {get; set;}
    See Also