Properties Property

Returns the collection of properties associated with a Web Part.

objPart.Properties

objPart  A reference to a Part object.

Example

Microsoft Visual Basic Scripting Edition:

objProperties = varPart_WPQ_.Properties

Microsoft JScript:

var objProperties = varPart_WPQ_.Properties;

Requirements

Platforms: Microsoft Windows Server 2003

Properties CollectionApplies to: Part Object