NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DocumentNavigator.NamespaceURI

Gets the namespace URN (as defined in the W3C Namespace Specification) of the current namespace scope.

[Visual Basic]
Overridable Public ReadOnly Property NamespaceURI As String
[C#]
public string NamespaceURI {override get;}
[C++]
public: __property virtual String* get_NamespaceURI();
[JScript]
public function get NamespaceURI() : String;

Property Value

The namespace URN of the current namespace scope.

See Also

DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace