SPWebServiceInstance.DisableLocalHttpThrottling-Eigenschaft
Wenn dies der Fall ist, wird der http-Einschränkung auf dem lokalen Server deaktiviert werden. Der Standardwert ist false
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisableLocalHttpThrottling As Boolean
Get
Set
'Usage
Dim instance As SPWebServiceInstance
Dim value As Boolean
value = instance.DisableLocalHttpThrottling
instance.DisableLocalHttpThrottling = value
public bool DisableLocalHttpThrottling { get; set; }
Eigenschaftswert
Typ: System.Boolean