SPFieldUserValue.User Property
Gets the user that is associated with the field value.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property User As SPUser
Get
'Usage
Dim instance As SPFieldUserValue
Dim value As SPUser
value = instance.User
public SPUser User { get; }
Property Value
Type: Microsoft.SharePoint.SPUser
An SPUser object that represents the user.