SPFieldLookupValue.LookupId property

Gets or sets the identifier (ID) of the lookup field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'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; }

Property value

Type: System.Int32
A 32-bit integer that specifies the ID of the lookup field.

See also

Reference

SPFieldLookupValue class

SPFieldLookupValue members

Microsoft.SharePoint namespace