共用方式為


SPWebApplication.AllowContributorsToEditScriptableParts property

取得或設定 Boolean 值,以決定是否允許 contributers 編輯可編寫指令碼的網頁組件。

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

Syntax

'宣告
Public Property AllowContributorsToEditScriptableParts As Boolean
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.AllowContributorsToEditScriptableParts

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

Property value

Type: System.Boolean
Boolean
true如果 contributers 可以編輯可編寫指令碼的網頁組件 ;否則,請false。

Exceptions

Exception Condition
SecurityException

目前的使用者不是伺服器陣列管理員。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace