SPWebApplication.AllowContributorsToEditScriptableParts 属性

获取或设置一个布尔值,确定是否允许 contributers 编辑可编脚本的 Web 部件。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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; }

属性值

类型:System.Boolean
Boolean
true如果 contributers 可以编辑可编脚本的 Web 部件。否则为false。

异常

异常 条件
SecurityException

当前用户不是服务器场管理员。

另请参阅

引用

SPWebApplication 类

SPWebApplication 成员

Microsoft.SharePoint.Administration 命名空间