Interface IFieldUserValue
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Represents a user retrieved via a list item field
public interface IFieldUserValue : IFieldLookupValue, IFieldValue
- Inherited Members
Properties
Email of the user
string Email { get; }
Property Value
Picture
Profile picture url for the user
string Picture { get; }
Property Value
Principal
Principal describing the user or group
ISharePointPrincipal Principal { get; set; }
Property Value
Sip
SIP address of the user
string Sip { get; }
Property Value
Title
Title/name of the user
string Title { get; }