SPRequestManagementSettings.ThrottlingEnabled 属性
获取或设置一个限制的标志,用于确定是启用还是禁用带宽限制功能。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property ThrottlingEnabled As Boolean
Get
Set
用法
Dim instance As SPRequestManagementSettings
Dim value As Boolean
value = instance.ThrottlingEnabled
instance.ThrottlingEnabled = value
public bool ThrottlingEnabled { get; set; }