次の方法で共有


SPHttpUserAgentAndMethodClassifier.ThrottleLevel property

Gets a value that specifies when matching requests are throttled.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ThrottleLevel As SPRequestThrottleLevel
    Get
'Usage
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim value As SPRequestThrottleLevel

value = instance.ThrottleLevel
public override SPRequestThrottleLevel ThrottleLevel { get; }

Property value

Type: Microsoft.SharePoint.Utilities.SPRequestThrottleLevel
A value that specifies the throttle policy for matching requests. The default is Never.

See also

Reference

SPHttpUserAgentAndMethodClassifier class

SPHttpUserAgentAndMethodClassifier members

Microsoft.SharePoint.Utilities namespace