CodeCompiler.FileExtension Property

Definition

Gets the file name extension to use for source files.

protected:
 abstract property System::String ^ FileExtension { System::String ^ get(); };
protected abstract string FileExtension { get; }
member this.FileExtension : string
Protected MustOverride ReadOnly Property FileExtension As String

Property Value

The file name extension to use for source files.

Remarks

This property indicates the file name extension of the source files that are to be compiled.

Applies to