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.

See Also

Reference

GroupedItemPicker Class

GroupedItemPicker Members

Microsoft.SharePoint.WebControls Namespace