Share via


WebPartPage Property

Returns a pointer to a Web Part Page.

objWPSC.WebPartPage

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

Microsoft Visual Basic Scripting Edition:

objWPPage = WPSC.WebPartPage

Microsoft JScript:

var objWPPage = WPSC.WebPartPage;

Requirements

Platforms: Microsoft Windows Server 2003

Web Part Page Services Component (WPSC) OverviewApplies to: WPSC Object