WebPartQualifier Property
A token value that is transformed at run time to a value that uniquely names a Web Part within a Web Part Page.
objPart.WebPartQualifier
objPart A reference to a Part object.
Remarks
This property prevents name conflicts among HTML elements or script function names. The Web Part infrastructure automatically generates the value for this property. It returns a string of the form "WPQx", where x is an integer.
Example
Microsoft Visual Basic Scripting Edition:
strWPQ = varPart_WPQ_.WebPartQualifier
Microsoft JScript:
var strWPQ = varPart_WPQ_.WebPartQualifier;
Requirements
Platforms: Microsoft Windows Server 2003
StorageKey Property | Web Part Page Services Component (WPSC) OverviewApplies to: Part Object