# LicensingOptions Properties

- Package: [CommunityToolkit.Aspire.Hosting.RavenDB](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb.md)
- Type: [LicensingOptions](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb/licensingoptions.md)
- Kind: `Properties`
- Members: `2`

Represents licensing options for a RavenDB server.

## EulaAccepted

- Name: `EulaAccepted`
- Modifiers: `get`
- Returns: `bool`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.RavenDB/RavenDBServerSettings.cs#L176)

Indicates whether the End User License Agreement (EULA) has been accepted. Defaults to `true`. By setting `EulaAccepted=true`, you agree to the terms and conditions outlined at [https://ravendb.net/legal](https://ravendb.net/legal).

```csharp
public bool EulaAccepted { get; }
```

## License

- Name: `License`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.RavenDB/RavenDBServerSettings.cs#L168)

RavenDB license string.

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