Gets the string name of the namespace.
[Visual Basic] Function GetNamespace() As String [C#] string GetNamespace(); [C++] String* GetNamespace() = 0; [JScript] function GetNamespace() : String;
The name of the namespace.
Namespaces should always be represented by a series of names with dots (.) between each level of the namespace, such as "System".
ICodeNamespaceImport Interface | ICodeNamespaceImport Members | System.ComponentModel.Design.CodeModel Namespace