# ProxySupportAnnotation Properties

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

Proxy support annotation for a resource, used to disable all endpoint proxies for a resource if desired

## ProxyEnabled

- Name: `ProxyEnabled`
- Modifiers: `get; set`
- Returns: `bool`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.Hosting/ApplicationModel/ProxySupportAnnotation.cs)

Gets or sets the value indicating whether the proxy support is enabled for the resource.

```csharp
public bool ProxyEnabled { get; set; }
```
