SPSearchCrawlingRequestClassifier.ToString Method
Returns a String that represents the current SPSearchCrawlingRequestClassifier object.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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