FieldLookupValue Class
Specifies the value of a lookup for a field within a list item.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.FieldLookupValue
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.FieldLookupValue", ValueObject := True, ServerTypeId := "{f1d34cc0-9b50-4a78-be78-d5facfcccfb7}")> _
Public NotInheritable Class FieldLookupValue _
Inherits ClientValueObject
'Usage
Dim instance As FieldLookupValue
[ScriptTypeAttribute("SP.FieldLookupValue", ValueObject = true, ServerTypeId = "{f1d34cc0-9b50-4a78-be78-d5facfcccfb7}")]
public sealed class FieldLookupValue : 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.