Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a String that represents the current SPHttpFileExtensionThrottleClassifier 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 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