Interface IChangeUser
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Indicates a change to a ISharePointUser object.
public interface IChangeUser : IChange
- Inherited Members
Properties
Activate
Gets a value that specifies whether a user has changed from an inactive state to an active state.
bool Activate { get; }
Property Value
UserId
Gets a value that identifies the changed user.
int UserId { get; }