# ContainerRuntimeArgsCallbackAnnotation Properties

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ContainerRuntimeArgsCallbackAnnotation](/reference/api/csharp/aspire.hosting/containerruntimeargscallbackannotation.md)
- Kind: `Properties`
- Members: `1`

Represents an additional argument to pass to the container runtime run command.

## Callback

- Name: `Callback`
- Modifiers: `get`
- Returns: `Func<ContainerRuntimeArgsCallbackContext, Task>`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.Hosting/ApplicationModel/ContainerRuntimeArgsCallbackAnnotation.cs#L43)

Gets the callback action to be executed when the executable arguments are parsed.

```csharp
public Func<ContainerRuntimeArgsCallbackContext, Task> Callback { get; }
```
