Class ResultCollection<T>
Inheritance
System.Object
ResultCollection<T>
Namespace: PnP.Framework.Utilities.REST
Assembly: PnP.Framework.dll
Syntax
public class ResultCollection<T> : object
Type Parameters
T
|
Properties
Items
Declaration
public IEnumerable<T> Items { get; set; }
Property Value
IEnumerable<T>
|
NextLink
Declaration
public string NextLink { get; set; }
Property Value
System.
|