EntityEditor.MultiSelect Property
Gets or sets the value that allows for multiple entities to be selected.
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 EntityEditor
Dim value As Boolean
value = instance.MultiSelect
instance.MultiSelect = value
public bool MultiSelect { get; set; }
Property Value
Type: System.Boolean
true if multiple entities are allowed be selected; otherwise, false.