SPHttpHeaderThrottleClassifier.ToString method
Returns a String that represents the current SPHttpHeaderThrottleClassifier object.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPHttpHeaderThrottleClassifier
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return value
Type: System.String
The object type and its key property values.
Remarks
This override includes the name of the type and the value of the Header, Value, and ThrottleLevel properties in the String.
See also
Reference
SPHttpHeaderThrottleClassifier class