NamespaceURN Property

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

strNamespace = varPart_WPQ_.Properties.Item(0).NamespaceURN
Example 2: Microsoft JScript

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

Tags :


Page view tracker