共用方式為


SPList.EnableResourceSelector property

可讓事件清單上的資源選取器。

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

Syntax

'宣告
Public Property EnableResourceSelector As Boolean
    Get
    Set
'用途
Dim instance As SPList
Dim value As Boolean

value = instance.EnableResourceSelector

instance.EnableResourceSelector = value
public bool EnableResourceSelector { get; set; }

Property value

Type: System.Boolean
Boolean 值 = true,如果資源選擇啟用。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace