PageAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Attribute that can be placed on a property or a class to specify that the maximum value of $top and query result return number of that property or type.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)]
public sealed class PageAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)>]
type PageAttribute = class
inherit Attribute
Public NotInheritable Class PageAttribute
Inherits Attribute
- Inheritance
-
PageAttribute
- Attributes
Constructors
PageAttribute() |
Properties
MaxTop |
Sets the max value of $top that a client can request. |
PageSize |
Sets the maximum number of query results to return. |