# IResourceWithParent<T> Properties

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [IResourceWithParent<T>](/reference/api/csharp/aspire.hosting/iresourcewithparent-1.md)
- Kind: `Properties`
- Members: `1`

Represents a resource that has a parent resource of type `T`.

## Parent

- Name: `Parent`
- Modifiers: `abstract` `get`
- Returns: `T`

Gets the parent resource of type `T`.

```csharp
public abstract T Parent { get; }
```
