A string value that identifies the namespace of a Web Part property.
Parameters
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;
Applies to: Property Object
Other Resources
Web Part Page Services Component (WPSC) Object Model