# AtsExportedValueInfo Constructors

- Package: [Aspire.TypeSystem](/reference/api/csharp/aspire.typesystem.md)
- Type: [AtsExportedValueInfo](/reference/api/csharp/aspire.typesystem/atsexportedvalueinfo.md)
- Kind: `Constructors`
- Members: `1`

Represents an immutable exported ATS value discovered from `[AspireValue]`.

## AtsExportedValueInfo

- Name: `Constructor`

```csharp
public sealed class AtsExportedValueInfo
{
    public AtsExportedValueInfo()
    {
        // ...
    }
}
```
