OutputPath Property

MSBuild

Gets or sets the output path for the generated files.


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

Syntax

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

/** property */
public void set_OutputPath(string value);
JScript
public function get OutputPath() : String

public function set OutputPath(value : String);

See Also

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