# EndpointProperty

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Version: `13.2.0`
- Kind: `enum`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
enum EndpointProperty {
  Url = 0,
  Host = 1,
  IPV4Host = 2,
  Port = 3,
  Scheme = 4,
  TargetPort = 5,
  HostAndPort = 6,
  TlsEnabled = 7,
}
```

## Values

- `Url` = `0`
- `Host` = `1`
- `IPV4Host` = `2`
- `Port` = `3`
- `Scheme` = `4`
- `TargetPort` = `5`
- `HostAndPort` = `6`
- `TlsEnabled` = `7`
