# CustomResourceKnownProperties Properties

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [CustomResourceKnownProperties](/reference/api/csharp/aspire.hosting/customresourceknownproperties.md)
- Kind: `Properties`
- Members: `2`

Known properties for resources that show up in the dashboard.

## ConnectionString

- Name: `ConnectionString`
- Modifiers: `static` `get`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.Hosting/ApplicationModel/CustomResourceKnownProperties.cs#L21)

The connection string of the resource

```csharp
public static string ConnectionString { get; }
```

## Source

- Name: `Source`
- Modifiers: `static` `get`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.Hosting/ApplicationModel/CustomResourceKnownProperties.cs#L16)

The source of the resource

```csharp
public static string Source { get; }
```
