WebPartPage 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.

Returns a pointer to a Web Part Page.

objWPSC.WebPartPage

Parameters

Parameter

Description

objWPSC

A reference to a WPSC Object.

Remarks

This property returns a pointer to the current WebPartPage Object that contains the instantiated WPSC Object.

Example 1: Microsoft Visual Basic Scripting Edition

Code

objWPPage = WPSC.WebPartPage

Example 2: Microsoft JScript

Code

var objWPPage = WPSC.WebPartPage;

Requirements

Applies to: WPSC Object

See Also

Other Resources

Web Part Page Services Component (WPSC) Object Model