SPWebCategoryNameAttribute.GetHashCode Method
Gets the hash code for this instance.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As SPWebCategoryNameAttribute
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
Return Value
Type: System.Int32
The hash code for this instance.
Remarks
This method calls the GetHashCode method on the CategoryName property.
See Also
Reference
SPWebCategoryNameAttribute Class