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
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property LookupId As Integer
    Get
    Set
'Usage
Dim instance As FieldLookupValue
Dim value As Integer

value = instance.LookupId

instance.LookupId = value
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