# IDeploymentStateManager Properties

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [IDeploymentStateManager](/reference/api/csharp/aspire.hosting/ideploymentstatemanager.md)
- Kind: `Properties`
- Members: `1`

Provides deployment state management functionality.

## StateFilePath

- Name: `StateFilePath`
- Modifiers: `abstract` `nullable` `get`
- Returns: `string?`

Gets the file path where deployment state is stored, if applicable.

```csharp
public abstract string? StateFilePath { get; }
```
