Share via


Value Property

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

objProperty.Value

objProperty  A reference to a Property object.

Remarks

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

Example

Microsoft Visual Basic Scripting Edition:

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

Microsoft JScript:

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

Requirements

Platforms: Microsoft Windows Server 2003

Applies to: Property Object