Page<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.
Represents a single page of results.
public sealed class Page<T>
type Page<'T> = class
Public NotInheritable Class Page(Of T)
Type Parameters
- T
The type of values held by the page.
- Inheritance
-
Page<T>
Constructors
Page<T>(IReadOnlyList<T>, String) |
Initializes a new instance of the Page<T> class. |
Properties
ContinuationToken |
Gets the continuation token or |
Values |
Gets the values contained in this page. |