FieldUser Class
Specifies a field that contains a user.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Field
Microsoft.SharePoint.Client.FieldLookup
Microsoft.SharePoint.Client.FieldUser
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.FieldUser", ServerTypeId := "{ebd2fb89-e8a2-46c4-b317-9b2347121765}")> _
Public Class FieldUser _
Inherits FieldLookup
'Usage
Dim instance As FieldUser
[ScriptTypeAttribute("SP.FieldUser", ServerTypeId = "{ebd2fb89-e8a2-46c4-b317-9b2347121765}")]
public class FieldUser : FieldLookup
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.