SPMobileMultipleLookupField.LookupIds property
This member overrides SPMobileLookupField.LookupIds.
Namespace: Microsoft.SharePoint.Mobile.WebControls
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>
See also
Reference
SPMobileMultipleLookupField class