# LaunchSettings Properties

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [LaunchSettings](/reference/api/csharp/aspire.hosting/launchsettings.md)
- Kind: `Properties`
- Members: `1`

Represents the launch settings for a [ProjectResource](/reference/api/csharp/aspire.hosting/projectresource.md).

## Profiles

- Name: `Profiles`
- Modifiers: `get; set`
- Returns: `Dictionary<string, LaunchProfile>`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/LaunchSettings.cs)

Gets or sets the collection of named launch profiles associated with the [ProjectResource](/reference/api/csharp/aspire.hosting/projectresource.md).

```csharp
public Dictionary<string, LaunchProfile> Profiles { get; set; }
```
