# InProcessTestClusterOptions.UseDistributedGrainDirectory

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesstestclusteroptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesstestclusteroptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Orleans.TestingHost/InProcTestClusterOptions.cs)

```csharp
[System.Diagnostics.CodeAnalysis.Experimental(ORLEANSEXP003)]
public bool UseDistributedGrainDirectory
```

Gets or sets a value indicating whether to use the experimental distributed grain directory.

### Value

`true` if the distributed grain directory should be used; otherwise, `false`.
