'add the following line to the the Imports section:'Imports <xmlns="http://www.adventure-works.com">Dim output AsNew StringBuilder
Dim root As XElement = <Root/>
output.Append(root.Name.NamespaceName)
output.Append(Environment.NewLine)
OutputTextBlock.Text = output.ToString()