Gets or sets the path of the output file.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
<Required> Public Property Output As String |
C# |
---|
[Required] public string Output { get; set; } |
C++ |
---|
[Required] public property string Output sealed { String get(); void set(String value); } |
J# |
---|
/** @attribute Required() */ /** property */ public string get_Output(); /** property */ public void set_Output(string value); |
JScript |
---|
public function get Output() : String public function set Output(value : String); |
See Also
Documentation version 1.0.0.0.