# IResourceWithParameters Properties

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

Represents a resource that has parameters.

## Parameters

- Name: `Parameters`
- Modifiers: `abstract` `get`
- Returns: `IDictionary<string, object?>`

Gets the parameters associated with the resource.

```csharp
public abstract IDictionary<string, object?> Parameters { get; }
```
