using System;
using System.Linq;
using System.Xml;
using System.Xml.Linq;
using System.Xml.XPath;
using System.Collections.Generic;
public class Program
{
public static void Main()
XNamespace aw = "http://www.adventure-works.com1";
string foo = aw.NamespaceName;
Console.WriteLine(foo);
}