SPList.EnablePeopleSelector Property
Enable user selector on event list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property EnablePeopleSelector As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.EnablePeopleSelector
instance.EnablePeopleSelector = value
public bool EnablePeopleSelector { get; set; }
Property Value
Type: System.Boolean
A Boolean value = true indicates user selector is enabled.