FieldLookup Class

Specifies a lookup field.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Field
      Microsoft.SharePoint.Client.FieldLookup
        Microsoft.SharePoint.Client.FieldUser

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.FieldLookup", ServerTypeId := "{ee47ff61-3260-43a9-be22-829a1fa85b44}")> _
Public Class FieldLookup _
    Inherits Field
'Usage
Dim instance As FieldLookup
[ScriptTypeAttribute("SP.FieldLookup", ServerTypeId = "{ee47ff61-3260-43a9-be22-829a1fa85b44}")]
public class FieldLookup : Field

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.

See Also

Reference

FieldLookup Members

Microsoft.SharePoint.Client Namespace