# MauiProjectResource Properties

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

Represents a .NET MAUI project resource in the distributed application model.

## ProjectPath

- Name: `ProjectPath`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Maui/MauiProjectResource.cs#L26)

Gets the path to the .NET MAUI project file.

```csharp
public string ProjectPath { get; }
```
