# IAspireStore Properties

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

Represents a store for managing files in the Aspire hosting environment that can be reused across runs.

## BasePath

- Name: `BasePath`
- Modifiers: `abstract` `get`
- Returns: `string`

Gets the base path of this store.

```csharp
public abstract string BasePath { get; }
```
