ToolName Property

MSBuild

Gets the name of the executable file to run.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides ReadOnly Property ToolName As String
C#
protected override string ToolName { get; }
C++
protected override property string ToolName override  {
    String get();
}
J#
/** property */
protected string get_ToolName();
JScript
protected function get ToolName() : String

Property Value

The name of the executable file to run.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.