SPHttpFileExtensionThrottleClassifier.GetHashCode Method
Gets a hash code for the object.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As SPHttpFileExtensionThrottleClassifier
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
Return Value
Type: System.Int32
The hash code.
Remarks
This override gets the hash code of the string object returned by the object’s ToString() method.
See Also
Reference
SPHttpFileExtensionThrottleClassifier Class