# FoundryToolResource Properties

- Package: [Aspire.Hosting.Foundry](/reference/api/csharp/aspire.hosting.foundry.md)
- Type: [FoundryToolResource](/reference/api/csharp/aspire.hosting.foundry/foundrytoolresource.md)
- Kind: `Properties`
- Members: `1`

Base class for Foundry tool resources that participate in the Aspire application model.

## Project

- Name: `Project`
- Modifiers: `get`
- Returns: [AzureCognitiveServicesProjectResource](/reference/api/csharp/aspire.hosting.foundry/azurecognitiveservicesprojectresource.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Foundry/ToolResources/FoundryToolResource.cs#L35)

Gets the parent Foundry project resource that this tool is associated with.

```csharp
public AzureCognitiveServicesProjectResource Project { get; }
```
