SPWebServiceInstance.DisableLocalHttpThrottling - Propriété

Si la valeur est true, le protocole http sur le serveur local de limitation sera désactivé. La valeur par défaut est false

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property DisableLocalHttpThrottling As Boolean
    Get
    Set
'Utilisation
Dim instance As SPWebServiceInstance
Dim value As Boolean

value = instance.DisableLocalHttpThrottling

instance.DisableLocalHttpThrottling = value
public bool DisableLocalHttpThrottling { get; set; }

Valeur de propriété

Type : System.Boolean

Voir aussi

Référence

SPWebServiceInstance classe

SPWebServiceInstance - Membres

Microsoft.SharePoint.Administration - Espace de noms