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

A Variant value that expresses the value of the Property Object.

objProperty.Value

Parameters

Parameter

Description

objProperty

A reference to a Property Object.

Remarks

You can use the Value property to set the Web Part schema properties.

Example 1: Microsoft Visual Basic Scripting Edition

Code

varPart_WPQ_.Properties.Item("urn:myCompany:Custinfo#CustName").Value = "Joe"

Example 2: Microsoft JScript

Code

varPart_WPQ_.Properties.Item("urn:myCompany:Custinfo#CustName").Value = "Joe";

Requirements

Applies to: Property Object

See Also

Other Resources

Web Part Page Services Component (WPSC) Object Model