OutputFile Property

MSBuild

Gets or sets the output file.


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

Syntax

Visual Basic (Declaration)
<Output>
Public Property OutputFile As String
C#
[Output]
public string OutputFile { get; set; }
C++
[Output]
public property string OutputFile sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute Output() */
/** property */
public string get_OutputFile();

/** property */
public void set_OutputFile(string value);
JScript
public function get OutputFile() : String

public function set OutputFile(value : String);

Property Value

The output file.

See Also

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