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
Documentation version 1.0.0.0.