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 lookup field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property LookupId As Integer
Get
Set
'Usage
Dim instance As SPFieldLookupValue
Dim value As Integer
value = instance.LookupId
instance.LookupId = value
public int LookupId { get; set; }
Type: System.Int32
A 32-bit integer that specifies the ID of the lookup field.