Share via


VCProjectConfigurationProperties.OutputPath Property

Definition

Specifies the location of the output files for this project's configuration.

public:
 property System::String ^ OutputPath { System::String ^ get(); };
public:
 property Platform::String ^ OutputPath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(771)]
public string OutputPath { [System.Runtime.InteropServices.DispId(771)] get; }
[<System.Runtime.InteropServices.DispId(771)>]
[<get: System.Runtime.InteropServices.DispId(771)>]
member this.OutputPath : string
Public ReadOnly Property OutputPath As String

Property Value

The path for the build output.

Attributes

Applies to