Share via


SPWebCategoryNameAttribute.GetHashCode method

Gets the hash code for this instance.

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

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

SPWebCategoryNameAttribute members

Microsoft.SharePoint.WebPartPages namespace