# StaticValueProvider<T> Properties

- Package: [Aspire.Hosting.Foundry](/reference/api/csharp/aspire.hosting.foundry.md)
- Type: [StaticValueProvider<T>](/reference/api/csharp/aspire.hosting.foundry/staticvalueprovider-1.md)
- Kind: `Properties`
- Members: `1`

A static value provider that returns a fixed value once it's been set.

## ValueExpression

- Name: `ValueExpression`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Foundry/HostedAgent/AzureHostedAgentResource.cs#L478)

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