QName.Namespace PropertyQName.Namespace PropertyQName::Namespace Property

Gets the namespace URI of the qualified name.

Syntax

Public ReadOnly Property Namespace As String
        Get
public string Namespace { get; }
public:
property String^ Namespace {
    String^ get();
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString representing the namespace URI of the qualified name, or null a null reference (Nothing in Visual Basic) nullptr if the namespace URI is not specified.