# LaunchProfileAnnotation Properties

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

Represents an annotation that specifies the launch profile name for a resource.

## LaunchProfileName

- Name: `LaunchProfileName`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.Hosting/LaunchProfileAnnotation.cs#L19)

Gets the launch profile name.

```csharp
public string LaunchProfileName { get; }
```
