# 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/67afcca30f02c18687f9c5219313710af9706630/src/CommunityToolkit.Aspire.Hosting.RavenDB/RavenDBServerSettings.cs#L169)

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/67afcca30f02c18687f9c5219313710af9706630/src/CommunityToolkit.Aspire.Hosting.RavenDB/RavenDBServerSettings.cs#L161)

RavenDB license string.

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