# MauiWindowsPlatformResource Properties

- Package: [Aspire.Hosting.Maui](/reference/api/csharp/aspire.hosting.maui.md)
- Type: [MauiWindowsPlatformResource](/reference/api/csharp/aspire.hosting.maui/mauiwindowsplatformresource.md)
- Kind: `Properties`
- Members: `1`

Represents a Windows platform instance of a .NET MAUI project.

## Parent

- Name: `Parent`
- Modifiers: `get`
- Returns: [MauiProjectResource](/reference/api/csharp/aspire.hosting.maui/mauiprojectresource.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Maui/MauiWindowsPlatformResource.cs#L28)

Gets the parent MAUI project resource.

```csharp
public MauiProjectResource Parent { get; }
```
