LookupField.ItemIds property
Gets a list of item ID numbers.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property ItemIds As IList(Of Integer)
Get
'Usage
Dim value As IList(Of Integer)
value = Me.ItemIds
protected virtual IList<int> ItemIds { get; }
Property value
Type: System.Collections.Generic.IList<Int32>
An IList of Int32 values representing the ID numbers of list items.