Share via


SPMobileLookupField.LookupId Property

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.

See Also

Reference

SPMobileLookupField Class

SPMobileLookupField Members

Microsoft.SharePoint.MobileControls Namespace