SPFieldLookupValue.LookupId Property

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

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

Syntax

Public Property LookupId As Integer
    Get
    Set

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