# 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/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/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; }
```
