# 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/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Maui/MauiWindowsPlatformResource.cs#L28)

Gets the parent MAUI project resource.

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