# 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/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Maui/MauiProjectResource.cs#L26)

Gets the path to the .NET MAUI project file.

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