Gets or sets the command.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Command As String |
C# |
---|
public string Command { get; set; } |
C++ |
---|
public property string Command sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_Command(); /** property */ public void set_Command(string value); |
JScript |
---|
public function get Command() : String public function set Command(value : String); |
Property Value
The command.
See Also
Documentation version 1.0.0.0.