Share via


NamespaceURN Property

A string value that identifies the namespace of a Web Part property.

objProperty.NamespaceURN

objProperty  A reference to a Property object.

Remarks

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

Example

Microsoft Visual Basic Scripting Edition:

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

Microsoft JScript:

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

Requirements

Platforms: Microsoft Windows Server 2003

Applies to: Property Object