Gets or sets the file extension to use.
[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 use.
JSCodeGenerator Class | JSCodeGenerator Members | System.CodeDOM.Compiler Namespace