Class UserEntity
Defines user entity
Inheritance
System.Object
UserEntity
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class UserEntity : object
Properties
User Email
Declaration
public string Email { get; set; }
Property Value
System.
|
LoginName
User login name
Declaration
public string LoginName { get; set; }
Property Value
System.
|
Title
User title
Declaration
public string Title { get; set; }
Property Value
System.
|