A string value that identifies the namespace of a Web Part property.
objProperty.NamespaceURN
objProperty
A reference to a Property Object.
The namespace is defined in the WebPart class by the part developer.
strNamespace = varPart_WPQ_.Properties.Item(0).NamespaceURN
var strNamespace = varPart_WPQ_.Properties.Item(0).NamespaceURN;
Applies to: Property Object