# AtsCallbackParameterInfo

- 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/AtsCapabilityInfo.cs)

Represents a parameter in a callback delegate signature.

## Definition

```csharp
namespace Aspire.TypeSystem;

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

## Constructors

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

## Properties

- [Documentation](/reference/api/csharp/aspire.typesystem/atscallbackparameterinfo/properties.md#documentation) : [AtsDocumentationInfo?](/reference/api/csharp/aspire.typesystem/atsdocumentationinfo.md) `get; init` -- Gets or sets the XML documentation captured for this callback parameter.
- [Name](/reference/api/csharp/aspire.typesystem/atscallbackparameterinfo/properties.md#name) : `string` `get; init` -- Gets or sets the parameter name.
- [Type](/reference/api/csharp/aspire.typesystem/atscallbackparameterinfo/properties.md#type) : [AtsTypeRef](/reference/api/csharp/aspire.typesystem/atstyperef.md) `get; init` -- Gets or sets the type reference for this parameter.
