# SharePointToolResource Properties

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

A Foundry tool resource that grounds an agent's responses using SharePoint data.

## ProjectConnectionIds

- Name: `ProjectConnectionIds`
- Modifiers: `get`
- Returns: `IList<string>`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Foundry/ToolResources/ConfigOnlyToolDefinitions.cs#L39)

Gets the Foundry project connection IDs for the SharePoint sites.

```csharp
public IList<string> ProjectConnectionIds { get; }
```
