Imports Imports SystemImports System.XmlImports System.Xml.SchemaModule Module1 Sub Main() Dim aw As XNamespace = GetXmlNamespace() Console.WriteLine(aw <> "http://www.domain.com") End SubEnd Module