# LicensingOptions

- Kind: `class`
- Package: [CommunityToolkit.Aspire.Hosting.RavenDB](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb.md)
- Version: `13.4.0`
- Namespace: `CommunityToolkit.Aspire.Hosting.RavenDB`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.RavenDB/RavenDBServerSettings.cs)

Represents licensing options for a RavenDB server.

## Definition

```csharp
namespace CommunityToolkit.Aspire.Hosting.RavenDB;

public sealed class LicensingOptions
{
    // ...
}
```

## Constructors

- [LicensingOptions(string, bool)](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb/licensingoptions/constructors.md#constructor-string-bool) -- Represents licensing options for a RavenDB server.

## Properties

- [EulaAccepted](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb/licensingoptions/properties.md#eulaaccepted) : `bool` `get` -- 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).
- [License](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb/licensingoptions/properties.md#license) : `string` `get` -- RavenDB license string.
