# 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/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/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; }
```
