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 a list of the IDs of the selected lookup values.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property LookupIds As IList(Of Integer)
Get
'Usage
Dim value As IList(Of Integer)
value = Me.LookupIds
protected override IList<int> LookupIds { get; }
Property Value
Type: System.Collections.Generic.IList<Int32>
An IList<Int32> object that represents the IDs of the selected lookup values.
See Also
Reference
SPMobileMultipleLookupField Class