# 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/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Foundry/ToolResources/ConfigOnlyToolDefinitions.cs#L39)

Gets the Foundry project connection IDs for the SharePoint sites.

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