SPFieldUserValue.User property

Gets the user that is associated with the field value.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPFieldUserValue class

SPFieldUserValue members

Microsoft.SharePoint namespace