WebPartPage Property
Applies to: SharePoint Foundation 2010
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