WebPartQualifier Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

Parameters

Parameter

Description

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 1: Microsoft Visual Basic Scripting Edition

Code

strWPQ = varPart_WPQ_.WebPartQualifier

Example 2: Microsoft JScript

Code

var strWPQ = varPart_WPQ_.WebPartQualifier;

Requirements

Applies to: Part Object

See Also

Reference

StorageKey Property (WPSC)

Other Resources

Web Part Page Services Component (WPSC) Object Model

Web Part Page Services Component (WPSC) Object Model