# PooledResource&lt;T&gt;.Pool

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.pooledresource-1/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.pooledresource-1/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Common/PooledCache/IObjectPool.cs#L42)

```csharp
public IObjectPool<T> Pool
```

Gets the pool to return this resource to upon disposal. A pool must set this property upon resource allocation.
