Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.