SPMobileLookupField.LookupIds Property

Gets a list of IDs of lookup fields.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property LookupIds As IList(Of Integer)
    Get
'Usage
Dim value As IList(Of Integer)

value = Me.LookupIds
protected virtual IList<int> LookupIds { get; }

Property Value

Type: System.Collections.Generic.IList<Int32>
An IList<Int32> that represents a set of field ID numbers.

Remarks

The default implementation always returns a null reference (Nothing in Visual Basic), so you must override this class to use LookupIds.

See Also

Reference

SPMobileLookupField Class

SPMobileLookupField Members

Microsoft.SharePoint.MobileControls Namespace