# DbxContainerResource Properties

- Package: [CommunityToolkit.Aspire.Hosting.Dbx](/reference/api/csharp/communitytoolkit.aspire.hosting.dbx.md)
- Type: [DbxContainerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.dbx/dbxcontainerresource.md)
- Kind: `Properties`
- Members: `1`

Represents a container resource for dbx.

<a id="primaryendpoint"></a>

## PrimaryEndpoint

- Name: `PrimaryEndpoint`
- Modifiers: `get`
- Returns: `EndpointReference`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.Dbx/DbxContainerResource.cs#L19)

Gets the primary endpoint for the dbx resource.

```csharp
public EndpointReference PrimaryEndpoint { get; }
```
