Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the max value of $skip that a client can request.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public int MaxSkip { get; set; }
public:
property int MaxSkip {
int get();
void set(int value);
}
member MaxSkip : int with get, set
Public Property MaxSkip As Integer
Property Value
Type: System.Int32
See Also
EnableQueryAttribute Class
System.Web.OData Namespace
Return to top