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