I have VS 2008 and csproj project (C# Library).
In properties of project, has an assembly name, and default namespace. Note: each class has a namespace.
Is
Not 100% sure it's what you're looking for but you can get the namespace using :
this.GetType().Namespace