This documentation is archived and is not being maintained.
Page.GetTypeHashCode Method
.NET Framework 1.1
Retrieves a hash code that is generated by Page objects that are generated at run time. This hash code is unique to the Page object's control hierarchy.
[Visual Basic] Public Overridable Function GetTypeHashCode() As Integer [C#] public virtual int GetTypeHashCode(); [C++] public: virtual int GetTypeHashCode(); [JScript] public function GetTypeHashCode() : int;
Return Value
The hash code generated at run time. The default is 0.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
Show: