Share via


VCProjectConfigurationProperties.OutputPath Property

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

Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

Syntax

'Declaration
ReadOnly Property OutputPath As String
    Get
string OutputPath { get; }
property String^ OutputPath {
    String^ get ();
}
abstract OutputPath : string
function get OutputPath () : String

Property Value

Type: System.String
The path for the build output.

.NET Framework Security

See Also

Reference

VCProjectConfigurationProperties Interface

Microsoft.VisualStudio.VCProject Namespace