SPHttpUserAgentAndMethodClassifier.ThrottleLevel property
取得值,這個值指定相符的要求都減低速度。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property ThrottleLevel As SPRequestThrottleLevel
Get
'用途
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim value As SPRequestThrottleLevel
value = instance.ThrottleLevel
public override SPRequestThrottleLevel ThrottleLevel { get; }
Property value
Type: Microsoft.SharePoint.Utilities.SPRequestThrottleLevel
值,指定比對要求的節流閥原則。預設值為Never。
請參閱
參照
SPHttpUserAgentAndMethodClassifier class