QueryableAttribute.MaxTop Property

Gets or sets the max value of $top that a client can request.

Namespace:  System.Web.Http
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Property MaxTop As Integer 
    Get 
    Set
'Usage
Dim instance As QueryableAttribute 
Dim value As Integer 

value = instance.MaxTop

instance.MaxTop = value
public int MaxTop { get; set; }
public:
property int MaxTop {
    int get ();
    void set (int value);
}
member MaxTop : int with get, set
function get MaxTop () : int 
function set MaxTop (value : int)

Property Value

Type: System.Int32
The max value of $top that a client can request.

See Also

Reference

QueryableAttribute Class

System.Web.Http Namespace