NamespaceURN Property
Applies to: SharePoint Foundation 2010
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