Gets or sets the name of the current namespace.
[Visual Basic] Protected ReadOnly Property CurrentNamespace As String [C#] protected string CurrentNamespace {get;} [C++] protected: __property String* get_CurrentNamespace(); [JScript] protected function get CurrentNamespace() : String;
The name of the current namespace.
CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace