Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.