Class ResolvedUser
Class used to cache a user that was resolved via EnsureUser
Inheritance
System.Object
ResolvedUser
Namespace: PnP.Framework.Modernization.Entities
Assembly: PnP.Framework.dll
Syntax
public class ResolvedUser : object
Properties
Id
Id of the user
Declaration
public int Id { get; set; }
Property Value
System.Int32
|
LoginName
Loginname of the user
Declaration
public string LoginName { get; set; }
Property Value
System.String
|