FieldUserValue Class
Specifies the value of a lookup field to user data for a list item.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.FieldUserValue
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.FieldUserValue", ValueObject := True, ServerTypeId := "{c956ab54-16bd-4c18-89d2-996f57282a6f}")> _
Public NotInheritable Class FieldUserValue _
Inherits ClientValueObject
'Usage
Dim instance As FieldUserValue
[ScriptTypeAttribute("SP.FieldUserValue", ValueObject = true, ServerTypeId = "{c956ab54-16bd-4c18-89d2-996f57282a6f}")]
public sealed class FieldUserValue : ClientValueObject
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.