Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables resource selector on an event list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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; }
Type: System.Boolean
A Boolean value = true if resource selector enabled.