# SolrConfigSetAnnotation Properties

- Package: [CommunityToolkit.Aspire.Hosting.Solr](/reference/api/csharp/communitytoolkit.aspire.hosting.solr.md)
- Type: [SolrConfigSetAnnotation](/reference/api/csharp/communitytoolkit.aspire.hosting.solr/solrconfigsetannotation.md)
- Kind: `Properties`
- Members: `2`

Represents an annotation for defining a config set for a Solr resource.

## ConfigSetName

- Name: `ConfigSetName`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.Solr/SolrConfigSetAnnotation.cs#L25)

Gets the name of the config set.

```csharp
public string ConfigSetName { get; }
```

## ConfigSetPath

- Name: `ConfigSetPath`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.Solr/SolrConfigSetAnnotation.cs#L30)

Gets the path to the config set directory.

```csharp
public string ConfigSetPath { get; }
```
