# HelmChartDescriptionAnnotation Properties

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [HelmChartDescriptionAnnotation](/reference/api/csharp/aspire.hosting.kubernetes/helmchartdescriptionannotation.md)
- Kind: `Properties`
- Members: `1`

An annotation placed on a [KubernetesEnvironmentResource](/reference/api/csharp/aspire.hosting.kubernetes/kubernetesenvironmentresource.md) that specifies the Helm chart description written to the generated `Chart.yaml`.

## Description

- Name: `Description`
- Modifiers: `get`
- Returns: `ReferenceExpression`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Kubernetes/Annotations/HelmChartDescriptionAnnotation.cs#L18)

Gets the Helm chart description as a `ApplicationModel.ReferenceExpression`.

```csharp
public ReferenceExpression Description { get; }
```
