FieldUserValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
| 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) | |