SPHttpThrottleSettings.PerformThrottle 属性

获取或设置一个值,该值指示是否为父 Web 应用程序启用带宽限制的 HTTP 请求。

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property PerformThrottle As Boolean
    Get
    Set
用法
Dim instance As SPHttpThrottleSettings
Dim value As Boolean

value = instance.PerformThrottle

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

属性值

类型:System.Boolean
true,如果启用了带宽限制 ;否则为false。

另请参阅

引用

SPHttpThrottleSettings 类

SPHttpThrottleSettings 成员

Microsoft.SharePoint.Utilities 命名空间