Gets the namespace that the class is in.
[Visual Basic] Function GetNamespace() As String [C#] string GetNamespace(); [C++] String* GetNamespace() = 0; [JScript] function GetNamespace() : String;
A string containing the namespace, or an empty string ("") if the class has no declared namespace.
An empty string will be returned if the class has no declared namespace.
ICodeClass Interface | ICodeClass Members | System.ComponentModel.Design.CodeModel Namespace | SetNamespace