SPWebApplication.AllowOMCodeOverrideThrottleSettings property
取得或設定 Boolean 值,以指定自訂的物件模型程式碼是否可以覆寫節流設定。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Boolean
Boolean
true自訂程式碼可以覆寫節流設定 ; 如果否則,請false。
Exceptions
Exception | Condition |
---|---|
SecurityException | 目前的使用者不是伺服器陣列管理員。 |