OutputFilename Property

MSBuild

The full path to the output file name. If no filename is specified (the default) the output file will be the Template filename with a .out extension.


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

Syntax

Visual Basic (Declaration)
Public Property OutputFilename As String
C#
public string OutputFilename { get; set; }
C++
public property string OutputFilename sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_OutputFilename();

/** property */
public void set_OutputFilename(string value);
JScript
public function get OutputFilename() : String

public function set OutputFilename(value : String);

See Also

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