GroupedItemPicker.SelectedIds property

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

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

See also

Reference

GroupedItemPicker class

GroupedItemPicker members

Microsoft.SharePoint.WebControls namespace