FieldLookupValue members
Specifies the value of a lookup for a field within a list item.
The FieldLookupValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FieldLookupValue | Initializes a new instance of the FieldLookupValue 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. | |
LookupValue | Gets a summary of the list item that this instance of the lookup field is referring to. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.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.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top