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 the ID of the lookup field.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property LookupId As Integer
Get
'Usage
Dim value As Integer
value = Me.LookupId
protected virtual int LookupId { get; }
Property Value
Type: System.Int32
A Int32 that represents the ID of the lookup field.
Remarks
This property is provided to simplify code. It returns the LookupID of the object to which the LookupFieldValue property refers.