# StorageEmulator.Exists

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

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

```csharp
public static bool Exists
```

Checks if the storage emulator exists, i.e. is installed.

### Value

`true` if the storage emulator exists; otherwise, `false`.
