PagedResult<T> 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.
Page of results from an enumeration.
public class PagedResult<T>
type PagedResult<'T> = class
Public Class PagedResult(Of T)
Type Parameters
- T
The type of items in the results.
- Inheritance
-
PagedResult<T>
Constructors
PagedResult<T>() |
Properties
ContinuationToken |
Gets or sets a token for retrieving the next page of results. |
Items |
Gets or sets the page of items. |