MarkupCompilePass2.OutputPath Property

Definition

Gets or sets the location of generated code files.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ OutputPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string OutputPath { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.OutputPath : string with get, set
Public Property OutputPath As String

Property Value

The location of generated code files.

Attributes

Applies to