Skip to content
DocsTry Aspire
DocsTry

ProjectLaunchConfiguration Properties

ClassProperties3 members
The launch configuration used for .NET projects and file-based C# apps.
DisableLaunchProfileSection titled DisableLaunchProfilebool
Gets or sets a value indicating whether launch profile handling should be suppressed entirely.
public bool DisableLaunchProfile { get; set; }
LaunchProfileSection titled LaunchProfilestring
Gets or sets the name of the launch profile the IDE should apply. Empty means the IDE picks the effective profile itself.
public string LaunchProfile { get; set; }
Gets or sets the fully-qualified path to the project file or file-based app to launch.
public string ProjectPath { get; set; }