PickerDialog.MultiSelect Property

Gets or sets a value that indicates whether the user can select multiple entities.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property MultiSelect As Boolean
    Get
    Set
'Usage
Dim instance As PickerDialog
Dim value As Boolean

value = instance.MultiSelect

instance.MultiSelect = value
public bool MultiSelect { get; set; }

Property Value

Type: System.Boolean
true if the user can select multiple entities; otherwise, false. The default is true.

See Also

Reference

PickerDialog Class

PickerDialog Members

Microsoft.SharePoint.WebControls Namespace