# PersistentStateAttribute.PersistentStateAttribute(string, string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.persistentstateattribute/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.persistentstateattribute/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Facet/Persistent/PersistentStateAttribute.cs#L20-L25)

```csharp
public PersistentStateAttribute(string stateName, string storageName = null)
```

Initializes a new instance of the [PersistentStateAttribute](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.persistentstateattribute/) class.

### Parameters

- `stateName` (`string`): Name of the state.
- `storageName` (`string`): Name of the storage provider.
