OutputFile Property

MSBuild

The name of the file to send the output to.


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

Syntax

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

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

public function set OutputFile(value : String);

See Also

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