FieldUserValue Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.FieldUserValue", ServerTypeId="{c956ab54-16bd-4c18-89d2-996f57282a6f}", ValueObject=true)]
public sealed class FieldUserValue : Microsoft.SharePoint.Client.FieldLookupValue
type FieldUserValue = class
    inherit FieldLookupValue
Public NotInheritable Class FieldUserValue
Inherits FieldLookupValue
Inheritance
Attributes

Constructors

FieldUserValue()

Properties

Email
LookupId (Inherited from FieldLookupValue)
LookupValue (Inherited from FieldLookupValue)
TypeId

Methods

CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
FromUser(String)
InitOnePropertyFromJson(String, JsonReader) (Inherited from FieldLookupValue)
WriteToXml(XmlWriter, SerializationContext)

Applies to