# PersistentStateAttribute Properties

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

## StateName {#statename-667be04d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.persistentstateattribute/properties/statename-667be04d/)

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

```csharp
public string StateName
```

Gets the name of the state.

### Value

The name of the state.

## StorageName {#storagename-33cb410d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.persistentstateattribute/properties/storagename-33cb410d/)

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

```csharp
public string StorageName
```

Gets the name of the storage provider.

### Value

The name of the storage provider.
