# EndpointReferenceExpression

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

## Definition

```typescript
interface EndpointReferenceExpression
  extends IManifestExpressionProvider,
    IValueProvider,
    IValueWithReferences {
  readonly endpoint: EndpointReference;
  readonly property: EndpointProperty;
  readonly valueExpression: string;
}
```

## Properties

- `endpoint`: [EndpointReference](/reference/api/typescript/aspire.hosting/endpointreference.md) `get` -- Gets the Endpoint property
- `property`: [EndpointProperty](/reference/api/typescript/aspire.hosting/endpointproperty.md) `get` -- Gets the Property property
- `valueExpression`: `string` `get` -- Gets the ValueExpression property
