Share via


SPSearchCrawlingRequestClassifier.ToString method

Returns a String that represents the current SPSearchCrawlingRequestClassifier object.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPSearchCrawlingRequestClassifier
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String
The object type and its throttle level.

Remarks

This override includes the name of the type and the value of the ThrottleLevel property in the String.

See also

Reference

SPSearchCrawlingRequestClassifier class

SPSearchCrawlingRequestClassifier members

Microsoft.SharePoint.Utilities namespace