# 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/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Foundry/HostedAgent/AzureHostedAgentResource.cs#L210)

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