Gets or sets the file extension to output code to.
[Visual Basic] Overridable Protected ReadOnly Property FileExtension As String [C#] protected string FileExtension {override get;} [C++] protected: __property virtual String* get_FileExtension(); [JScript] protected function get FileExtension() : String;
The file extension to output code to.
VBCodeGenerator Class | VBCodeGenerator Members | System.CodeDOM.Compiler Namespace