SPWebApplication.AllowOMCodeOverrideThrottleSettings 属性
获取或设置一个布尔值,指定自定义对象模型代码是否可以重写的油门设置。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property AllowOMCodeOverrideThrottleSettings As Boolean
Get
Set
用法
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.AllowOMCodeOverrideThrottleSettings
instance.AllowOMCodeOverrideThrottleSettings = value
public bool AllowOMCodeOverrideThrottleSettings { get; set; }
属性值
类型:System.Boolean
Boolean
true如果自定义代码可以重写油门设置 ;否则为false。
异常
异常 | 条件 |
---|---|
SecurityException | 当前用户不是服务器场管理员。 |