# AspireValueData

- Kind: `class`
- Package: [Aspire.TypeSystem](/reference/api/csharp/aspire.typesystem.md)
- Version: `13.4.0`
- Namespace: `Aspire.TypeSystem`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.TypeSystem/AttributeDataReader.cs)

Name-based adapter for [AspireValue] attribute data, parsed from `Reflection.CustomAttributeData`.

## Definition

```csharp
namespace Aspire.TypeSystem;

public sealed class AspireValueData
{
    // ...
}
```

## Constructors

- [AspireValueData](/reference/api/csharp/aspire.typesystem/aspirevaluedata/constructors.md#constructor)

## Properties

- [CatalogName](/reference/api/csharp/aspire.typesystem/aspirevaluedata/properties.md#catalogname) : `string` `get; init` -- Gets the root name of the generated value catalog.
- [Name](/reference/api/csharp/aspire.typesystem/aspirevaluedata/properties.md#name) : `string?` `get; init` -- Gets an optional override for the exported value name.
