# CommandResultData Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [CommandResultData](/reference/api/csharp/aspire.hosting/commandresultdata.md)
- Kind: `Constructors`
- Members: `1`

Represents a value produced by a command.

## CommandResultData

- Name: `Constructor`

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