Share via


Properties 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 the collection of properties associated with a Web Part.

objPart.Properties

Parameters

Parameter

Description

objPart  

A reference to a Part Object.

Example: Microsoft Visual Basic Scripting Edition

Code

objProperties = varPart_WPQ_.Properties

Example: Microsoft JScript

Code

var objProperties = varPart_WPQ_.Properties

Requirements

Applies to: Part Object

See Also

Reference

Properties Collection

Other Resources

Web Part Page Services Component (WPSC) Object Model