Class UserDelta
Defines a Microsoft Graph user delta
Inheritance
System.Object
UserDelta
Namespace: PnP.Framework.Graph.Model
Assembly: PnP.Framework.dll
Syntax
public class UserDelta : object
Properties
DeltaToken
The DeltaToken which can be used when querying for changes to request changes made to User objects since this DeltaToken has been given out
Declaration
public string DeltaToken { get; set; }
Property Value
System.
|
NextLink
The NextLink which indicates there are more results
Declaration
public string NextLink { get; set; }
Property Value
System.
|
Users
User objects with changes or all users if no SkipToken has been provided
Declaration
public IList<User> Users { get; set; }
Property Value
IList<User>
|