SPList.EnableResourceSelector Property
Enables resource selector on an 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 EnableResourceSelector As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.EnableResourceSelector
instance.EnableResourceSelector = value
public bool EnableResourceSelector { get; set; }
Property Value
Type: System.Boolean
A Boolean value = true if resource selector enabled.