The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlNodeEventArgs::NamespaceURI Property
.NET Framework (current version)
Gets the namespace URI that is associated with the XML node being deserialized.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System::String^The namespace URI that is associated with the XML node being deserialized.
The following example prints the URI of the unknown XML node that caused the UnknownNode event to occur.
.NET Framework
Available since 1.1
Available since 1.1
Show: