# LaunchProfileAnnotation Constructors

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

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

## LaunchProfileAnnotation(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/LaunchProfileAnnotation.cs#L12-L14)

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

```csharp
public sealed class LaunchProfileAnnotation
{
    public LaunchProfileAnnotation(
        string launchProfileName)
    {
        // ...
    }
}
```

## Parameters

- `launchProfileName` (`string`)
