# ClientBuilder Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.hosting.clientbuilder/)

## Configuration {#configuration-21db37c5}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.hosting.clientbuilder/properties/configuration-21db37c5/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Core/ClientBuilder.cs#L28)

```csharp
public IConfiguration Configuration
```

Gets the configuration.

## Services {#services-c714d7c2}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.hosting.clientbuilder/properties/services-c714d7c2/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Core/ClientBuilder.cs#L25)

```csharp
public IServiceCollection Services
```

Gets the services collection.
