# InProcessTestClusterBuilder Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesstestclusterbuilder/)

## Options {#options-7cbdafb5}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesstestclusterbuilder/properties/options-7cbdafb5/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/InProcTestClusterBuilder.cs#L46)

```csharp
public InProcessTestClusterOptions Options
```

Gets the options.

### Value

The options.

## PortAllocator {#portallocator-e6b444fe}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesstestclusterbuilder/properties/portallocator-e6b444fe/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/InProcTestClusterBuilder.cs#L51)

```csharp
public ITestClusterPortAllocator PortAllocator
```

The port allocator.
