# AtsDtoPropertyInfo Constructors

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

Represents a property of a DTO type.

## AtsDtoPropertyInfo

- Name: `Constructor`

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