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)
Available in Sandboxed Solutions: No
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.