VCProjectConfigurationProperties.OutputPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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