SPFieldLookupValue.LookupId Property
Gets or sets the identifier (ID) of the lookup field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public Property LookupId As Integer
Get
Set
'Usage
Dim instance As SPFieldLookupValue
Dim value As Integer
value = instance.LookupId
instance.LookupId = value
[ClientCallableAttribute]
public int LookupId { get; set; }
Property Value
Type: System.Int32
A 32-bit integer that specifies the ID of the lookup field.