# 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/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/LaunchProfileAnnotation.cs#L19)

Gets the launch profile name.

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