# IPersistentStateConfiguration Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.ipersistentstateconfiguration/)

## StateName {#statename-62124ce8}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.ipersistentstateconfiguration/properties/statename-62124ce8/)

```csharp
public abstract string StateName
```

Gets the name of the state.

### Value

The name of the state.

## StorageName {#storagename-fc6da030}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.ipersistentstateconfiguration/properties/storagename-fc6da030/)

```csharp
public abstract string StorageName
```

Gets the name of the storage provider.

### Value

The name of the storage provider.
