Share via


MultipleLookupField.ItemIds property

Gets a list of the item IDs in the MultipleLookupField component.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property ItemIds As IList(Of Integer)
    Get
'Usage
Dim value As IList(Of Integer)

value = Me.ItemIds
protected override IList<int> ItemIds { get; }

Property value

Type: System.Collections.Generic.IList<Int32>
An IList<int> array that contains the IDs of the items in the MultipleLookupField parent control.

See also

Reference

MultipleLookupField class

MultipleLookupField members

Microsoft.SharePoint.WebControls namespace