SPList.EnableResourceSelector property

Enables resource selector on an event list.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace