SPWebServiceInstance.DisableLocalHttpThrottling Property
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; }
Property Value
Type: System.Boolean