CategoryPicker.MultiSelect Property
Gets or sets a value that indicates whether a user can associate a listing with more than one area.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property MultiSelect As Boolean
Get
Set
'Usage
Dim instance As CategoryPicker
Dim value As Boolean
value = instance.MultiSelect
instance.MultiSelect = value
public bool MultiSelect { get; set; }
Property Value
Type: System.Boolean