# StorageEmulator Properties

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

## Exists {#exists-80db306e}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.utils.storageemulator/properties/exists-80db306e/)

[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`.
