GroupedItemPicker.SelectedIds Property
Gets a list of the IDs of the selected items in the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property SelectedIds As ICollection
Get
'Usage
Dim instance As GroupedItemPicker
Dim value As ICollection
value = instance.SelectedIds
public ICollection SelectedIds { get; }
Property Value
Type: System.Collections.ICollection
A list of IDs.