NamespaceURN 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 string value that identifies the namespace of a Web Part property.

objProperty.NamespaceURN

Parameters

Parameter

Description

objProperty

A reference to a Property Object.

Remarks

The namespace is defined in the WebPart class by the part developer.

Example 1: Microsoft Visual Basic Scripting Edition

Code

strNamespace = varPart_WPQ_.Properties.Item(0).NamespaceURN

Example 2: Microsoft JScript

Code

var strNamespace = varPart_WPQ_.Properties.Item(0).NamespaceURN;

Requirements

Applies to: Property Object

See Also

Other Resources

Web Part Page Services Component (WPSC) Object Model