System.Web.UI.WebControls.WebParts.PersonalizableAttribute.GetHashCode Method

When overridden, returns a hash code of the attribute.

Syntax

public override int GetHashCode ()

Returns

A hash code in the form of an integer.

Remarks

The hash code is based on an attribute's PersonalizableAttribute.IsPersonalizable, PersonalizableAttribute.Scope, and PersonalizableAttribute.IsSensitive property settings.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0