The command to execute
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Required> Public Property Command As String |
| C# |
|---|
| [Required] public string Command { get; set; } |
| C++ |
|---|
| [Required] public property string Command sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute Required() */ /** property */ public string get_Command(); /** property */ public void set_Command(string value); |
| JScript |
|---|
| public function get Command() : String public function set Command(value : String); |
See Also
Documentation version 1.0.0.0.