FieldUserValue members
Specifies the value of a lookup field to user data for a list item.
The FieldUserValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FieldUserValue | Initializes a new instance of the FieldUserValue object. |
Top
Properties
Name | Description | |
---|---|---|
LookupId | Gets or sets the identifier (ID) of the list item that this instance of the lookup field is referring to. (Inherited from FieldLookupValue.) | |
LookupValue | Gets a summary of the list item that this instance of the lookup field is referring to. (Inherited from FieldLookupValue.) | |
TypeId | (Overrides FieldLookupValue.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromUser | Creates a user field value from the user's name or email. | |
InitOnePropertyFromJson | (Overrides FieldLookupValue.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | Serializes the object, and any child objects, into XML. (Overrides FieldLookupValue.WriteToXml(XmlWriter, SerializationContext).) |
Top