FieldLookupValue.LookupId Property

Gets or sets the identifier (ID) of the list item that this instance of the lookup field is referring to.

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
<RemoteAttribute> _
Public Property LookupId As Integer
    Get
    Set
'Usage
Dim instance As FieldLookupValue
Dim value As Integer

value = instance.LookupId

instance.LookupId = value
[RemoteAttribute]
public int LookupId { get; set; }

Property Value

Type: System.Int32
Returns a Int32 instance representing the identifier (ID) of the list that this instance of the lookup field is referring to.

See Also

Reference

FieldLookupValue Class

FieldLookupValue Members

Microsoft.SharePoint.Client Namespace