SPHttpFileExtensionThrottleClassifier.ToString method

Returns a String that represents the current SPHttpFileExtensionThrottleClassifier object.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPHttpFileExtensionThrottleClassifier
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 Extension property in the String.

See also

Reference

SPHttpFileExtensionThrottleClassifier class

SPHttpFileExtensionThrottleClassifier members

Microsoft.SharePoint.Utilities namespace