Share via


Csc.ToolName Property

Definition

Returns the name of the Csc tool (csc.exe).

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 virtual property System::String ^ ToolName { System::String ^ get(); };
protected override string ToolName { get; }
member this.ToolName : string
Protected Overrides ReadOnly Property ToolName As String

Property Value

The name of the Csc tool (csc.exe).

Applies to