XmlComment.NamespaceUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Uniform Resource Identifier (URI) for the namespace.
public:
property Platform::Object ^ NamespaceUri { Platform::Object ^ get(); };
IInspectable NamespaceUri();
public object NamespaceUri { get; }
var object = xmlComment.namespaceUri;
Public ReadOnly Property NamespaceUri As Object
Property Value
The Uri for the namespace. This refers to the "uuu" portion of the namespace declaration xmlns:nnn="uuu".