CodeCompiler.CompilerName Property

Definition

Gets the name of the compiler executable.

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

Property Value

The name of the compiler executable.

Remarks

This property indicates the name of the compiler executable to invoke.

Applies to